X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=spec%2Fspec_helper.rb;h=c162f7cc11adae8bfc7d99848092286f22b1fd68;hb=HEAD;hp=943bc1919035458c29f95f3b14522784e44e5d10;hpb=5286275b37ab4a323379b6658a9c6d1e7cebfd46;p=feedcatcher.git diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 943bc19..c162f7c 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -3,7 +3,7 @@ ENV["RAILS_ENV"] ||= 'test' require File.expand_path("../../config/environment", __FILE__) require 'rspec/rails' require 'rspec/autorun' - + # Requires supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories. Dir[Rails.root.join("spec/support/**/*.rb")].each { |f| require f }