Skip to content

Commit

Permalink
Fix missing rename
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill committed Sep 26, 2023
1 parent f598051 commit 81b974f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/support/cucumber_rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def rails_new(options = {})

def install_cucumber_rails(*options)
add_cucumber_rails(options)
add_sqlite3
add_rails_conditional_gems
add_remaining_gems(options)
bundle_install
run_command_and_stop 'bundle exec rails generate cucumber:install'
Expand Down

0 comments on commit 81b974f

Please sign in to comment.