We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533d7ab commit 88e9521Copy full SHA for 88e9521
spec/spec_helper.rb
@@ -48,11 +48,7 @@
48
# When we're testing the API, only run the api tests
49
config.filter_run api: true if ENV['BLACKLIGHT_API_TEST'].present?
50
51
- if Rails.version.to_f >= 7.1
52
- config.fixture_paths = [Rails.root.join("spec/fixtures")]
53
- else
54
- config.fixture_path = Rails.root.join("spec/fixtures")
55
- end
+ config.fixture_paths = [Rails.root.join("spec/fixtures")]
56
57
# If you're not using ActiveRecord, or you'd prefer not to run each of your
58
# examples within a transaction, remove the following line or assign false
0 commit comments