Skip to content

Commit

Permalink
run bundle install in user journey
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancyq committed Sep 8, 2024
1 parent 3a5bd99 commit 9c65eb2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/integration/bundler_user_journey.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
set -o pipefail
set -eux

# set up dependencies
rm -f Gemfile.lock
bundle install

# fetch the odiff executables
bundle exec rake download

Expand All @@ -20,6 +24,9 @@ pushd "My Bundle"
cp ../tiger.jpg .
cp ../tiger-2.jpg .

# use the rodiff under test
# bundle add rodiff --skip-install --path=".."
# bundle install
bundle info rodiff
bundle show --paths

Expand Down

0 comments on commit 9c65eb2

Please sign in to comment.