Skip to content

Commit 50b82bc

Browse files
committed
Remove install dialog
1 parent 358a85f commit 50b82bc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/generators/rspec/install/templates/spec/rails_helper.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
3636
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
3737
<% if ::Rails::VERSION::STRING < "7.1.0" -%>
3838
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-
# ]
4339
<% else -%>
4440
config.fixture_paths = [
4541
Rails.root.join('spec/fixtures')

0 commit comments

Comments
 (0)