Skip to content

Commit

Permalink
No more bundle exec yay [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Medeiros committed Jul 14, 2020
1 parent 5680d19 commit 059f51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tasks:
command: go test ./... -v -bench=. $@
integration:
description: Runs integration tests
command: bundle exec rspec --tag command
command: rspec --tag command
dependency:
description: Runs dependency tests
command: bundle exec rspec --tag dependency
command: rspec --tag dependency

0 comments on commit 059f51c

Please sign in to comment.