1
0
mirror of https://github.com/github/choosealicense.com synced 2024-09-20 23:01:43 +02:00

rake test should invoke rake spec

This commit is contained in:
Ben Balter 2015-03-07 12:49:49 -05:00
parent dc1cc773a1
commit 9c536b774b

View File

@ -9,6 +9,6 @@ end
task :test do
sh "bundle exec jekyll build --trace"
# ignore href="#" for the "Copy to clipboard" button
HTML::Proofer.new("./_site").run
Rake::Task["spec"].invoke
end