Skip to content

Commit

Permalink
Try slightly different acceptance test helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Feb 7, 2024
1 parent 1e2377c commit 1a40cb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/support/acceptance_test_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def ensure_bundler_is_available
Reinstall Bundler to #{TMP_GEM_ROOT} as `BUNDLE_DISABLE_SHARED_GEMS`
is enabled.
WARNING
version = Utils.bundler_version
version = Appraisal::Utils.bundler_version

run "gem install bundler --version #{version} --install-dir '#{TMP_GEM_ROOT}'"
end
Expand All @@ -137,7 +137,6 @@ def ensure_bundler_is_available
def build_default_gemfile
build_gemfile <<-Gemfile
source 'https://rubygems.org'
gem 'appraisal', :path => '#{PROJECT_ROOT}'
Gemfile

Expand Down

0 comments on commit 1a40cb0

Please sign in to comment.