Skip to content

Commit 4cfd668

Browse files
committed
Trash backticks
1 parent 162ddaf commit 4cfd668

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ end
88

99
desc "Test the output"
1010
task :test => [:clean, :compile] do
11+
puts "==> Running tests…"
1112
HTML::Proofer.new("./output").run
1213
end
1314

script/cibuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ cd "$RACK_ROOT"
2626
echo 'Bootstrapping gems...'
2727
script/bootstrap
2828

29-
`bundle exec rake test`
29+
bundle exec rake test

0 commit comments

Comments
 (0)