Skip to content

Commit 82181f0

Browse files
committed
Try calling bundle exec for the rake test
1 parent 54e91f2 commit 82181f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require 'nanoc3/tasks'
12
require 'html/proofer'
23

34
desc "Compile the site"

script/cibuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ cd "$RACK_ROOT"
2626
echo 'Bootstrapping gems...'
2727
script/bootstrap
2828

29-
rake test
29+
`bundle exec rake test`

0 commit comments

Comments
 (0)