diff --git a/spec/base_spec_helper.rb b/spec/base_spec_helper.rb index adf32656f2..29431ee0ee 100644 --- a/spec/base_spec_helper.rb +++ b/spec/base_spec_helper.rb @@ -68,9 +68,6 @@ InvisibleCaptcha.timestamp_enabled = false InvisibleCaptcha.spinner_enabled = false RSpec.configure do |config| - # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures - config.fixture_path = Rails.root.join('spec/fixtures').to_s - # If you're not using ActiveRecord, or you'd prefer not to run each of your # examples within a transaction, remove the following line or assign false # instead of true.