Skip to content

Commit

Permalink
Replace 'rspec' with 'bundle exec rspec'
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiyukiMineo committed Nov 8, 2018
1 parent e86335b commit 889f19c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruby/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ test() {
cd ${V8EVAL_ROOT}/ruby
bundle install

rspec --init
rspec
bundle exec rspec --init
bundle exec rspec
}

# dispatch subcommand
Expand Down

0 comments on commit 889f19c

Please sign in to comment.