Skip to content

Commit 61d0ac2

Browse files
committed
Make test_doc Windows friendly
1 parent 5a41289 commit 61d0ac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ end
4343

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

4949
task :default => [:rubocop, :spec, :test_doc]

0 commit comments

Comments
 (0)