Skip to content

Commit

Permalink
Merge pull request jekyll#5383 from ashmaroli/ruby-cucumber
Browse files Browse the repository at this point in the history
Merge pull request 5383
  • Loading branch information
jekyllbot authored Sep 20, 2016
2 parents 7a9427c + 75d5991 commit 2eedf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/support/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def run_bundle(args)

def run_jekyll(args)
args = args.strip.split(" ") # Shellwords?
process = run_in_shell(Paths.jekyll_bin.to_s, *args, "--trace")
process = run_in_shell("ruby", Paths.jekyll_bin.to_s, *args, "--trace")
process.exitstatus.zero?
end

Expand Down

0 comments on commit 2eedf7d

Please sign in to comment.