Skip to content

Commit cb39166

Browse files
committed
Clear output directory before testing
1 parent 82181f0 commit cb39166

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
@@ -7,7 +7,7 @@ task :compile do
77
end
88

99
desc "Test the output"
10-
task :test => [:compile] do
10+
task :test => [:clean, :compile] do
1111
HTML::Proofer.new("./output").run
1212
end
1313

0 commit comments

Comments
 (0)