Skip to content

Commit

Permalink
Merge pull request #1314 from sul-dlss/plural-fixture-path
Browse files Browse the repository at this point in the history
Use plural fixture path
  • Loading branch information
marlo-longley authored Nov 26, 2024
2 parents b930390 + 1567d6e commit e7d34a7
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 @@ -40,7 +40,7 @@

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
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
# instead of true.
Expand Down

0 comments on commit e7d34a7

Please sign in to comment.