Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Use bundle exec for dev (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 authored Feb 17, 2021
1 parent cccae92 commit efd4483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test:
run: |
if [ "$#" -eq 1 ] && [[ -f $1 ]];
then
rake test TEST=$1
bundle exec rake test TEST=$1
else
rake test $@
bundle exec rake test $@
fi

0 comments on commit efd4483

Please sign in to comment.