Deleted unused ./test directory
[feedcatcher.git] / spec / spec_helper.rb
index 943bc1919035458c29f95f3b14522784e44e5d10..c162f7cc11adae8bfc7d99848092286f22b1fd68 100644 (file)
@@ -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 }