Skip to content

Commit

Permalink
Merge pull request #177 from sciencehistory/remove_fixtures_config
Browse files Browse the repository at this point in the history
comment out fixtures config line we weren't using, that causes deprecation warning in rails 7.1
  • Loading branch information
jrochkind authored Nov 21, 2023
2 parents 3bf5963 + 8c80493 commit 1aad20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
end
RSpec.configure do |config|
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
config.fixture_path = "#{::Rails.root}/spec/fixtures"
# config.fixture_path = "#{::Rails.root}/spec/fixtures"

# 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
Expand Down

0 comments on commit 1aad20d

Please sign in to comment.