We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162ddaf commit 4cfd668Copy full SHA for 4cfd668
Rakefile
@@ -8,6 +8,7 @@ end
8
9
desc "Test the output"
10
task :test => [:clean, :compile] do
11
+ puts "==> Running tests…"
12
HTML::Proofer.new("./output").run
13
end
14
script/cibuild
@@ -26,4 +26,4 @@ cd "$RACK_ROOT"
26
echo 'Bootstrapping gems...'
27
script/bootstrap
28
29
-`bundle exec rake test`
+bundle exec rake test
0 commit comments