We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cfd668 commit 315b4fcCopy full SHA for 315b4fc
Rakefile
@@ -8,7 +8,6 @@ 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,5 @@ cd "$RACK_ROOT"
26
echo 'Bootstrapping gems...'
27
script/bootstrap
28
29
+echo "==> Running tests…"
30
bundle exec rake test
0 commit comments