Skip to content

Commit

Permalink
Merge pull request #1091 from pod4lib/fixture-paths
Browse files Browse the repository at this point in the history
Update to plural fixture_paths
  • Loading branch information
cbeer authored Oct 28, 2024
2 parents df59b79 + a5b12b9 commit 0f76d19
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 @@ -43,7 +43,7 @@
config.include ActiveSupport::Testing::TimeHelpers

# 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 0f76d19

Please sign in to comment.