We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358a85f commit 50b82bcCopy full SHA for 50b82bc
lib/generators/rspec/install/templates/spec/rails_helper.rb
@@ -36,10 +36,6 @@
36
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
37
<% if ::Rails::VERSION::STRING < "7.1.0" -%>
38
config.fixture_path = Rails.root.join('spec/fixtures')
39
- # Starting with Rails 7.1, use this instead:
40
- # config.fixture_paths = [
41
- # Rails.root.join('spec/fixtures')
42
- # ]
43
<% else -%>
44
config.fixture_paths = [
45
Rails.root.join('spec/fixtures')
0 commit comments