Update request spec done
[feedcatcher.git] / spec / spec_helper.rb
index 943bc1919035458c29f95f3b14522784e44e5d10..a5970b7089b61128dc3ed3316a66d94857b54162 100644 (file)
@@ -3,7 +3,8 @@ 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.
 Dir[Rails.root.join("spec/support/**/*.rb")].each { |f| require f }