Skip to content

Commit

Permalink
Make test_doc Windows friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Jan 22, 2019
1 parent 5a41289 commit 61d0ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ end

desc "Generate documentation for Yard, and fail if there are any warnings"
task :test_doc do
sh "bin/yard --fail-on-warning #{"--no-progress" if ENV["CI"]}"
sh "ruby bin/yard --fail-on-warning #{"--no-progress" if ENV["CI"]}"
end

task :default => [:rubocop, :spec, :test_doc]
Expand Down

0 comments on commit 61d0ac2

Please sign in to comment.