Skip to content

Commit

Permalink
Split binstubs from accepance test helpers install (#209)
Browse files Browse the repository at this point in the history
Passing along `--binstubs` is deprecationed and outputs a lot of
warnings. This is good enough and doesn't need further adjustments.
  • Loading branch information
nickcharlton authored Feb 13, 2023
1 parent 4613b07 commit b200e63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/support/acceptance_test_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ def build_default_gemfile
gem 'appraisal', :path => '#{PROJECT_ROOT}'
Gemfile

run "bundle install --binstubs --local"
run "bundle install --local"
run "bundle binstubs --all"
end

def in_test_directory(&block)
Expand Down

0 comments on commit b200e63

Please sign in to comment.