Skip to content

Commit

Permalink
Run command with bundle exec
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Nov 10, 2018
1 parent 36c3646 commit be29afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Thorfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ class Default < Thor

desc "spec", "Run RSpec code examples"
def spec
exec "rspec spec"
exec "bundle exec rspec spec"
end
end

0 comments on commit be29afe

Please sign in to comment.