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