Skip to content

Commit be29afe

Browse files
committed
Run command with bundle exec
1 parent 36c3646 commit be29afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Thorfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ class Default < Thor
2424

2525
desc "spec", "Run RSpec code examples"
2626
def spec
27-
exec "rspec spec"
27+
exec "bundle exec rspec spec"
2828
end
2929
end

0 commit comments

Comments
 (0)