Skip to content

Commit

Permalink
Merge pull request #1173 from sul-dlss/fixtures
Browse files Browse the repository at this point in the history
Pluralize fixture_paths to avoid deprecation
  • Loading branch information
cbeer authored Oct 21, 2024
2 parents 7e0a710 + a6cb85d commit dbc50d8
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 @@ -42,7 +42,7 @@
end
RSpec.configure do |config|
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
config.fixture_path = Rails.root.join('spec/fixtures')
config.fixture_paths = [Rails.root.join('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 dbc50d8

Please sign in to comment.