spec/spec_helper.rb in apipie-rails-0.0.13 vs spec/spec_helper.rb in apipie-rails-0.0.14

- old
+ new

@@ -12,10 +12,10 @@ # 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} RSpec.configure do |config| - + config.mock_with :rspec # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures config.fixture_path = "#{::Rails.root}/spec/fixtures"