Commit f28d2d4d authored by Fabio Pelosin's avatar Fabio Pelosin

[Rakefile] Print ruby version in spec task

parent 6907c23d
......@@ -129,6 +129,7 @@ namespace :spec do
#
task :all => :unpack_fixture_tarballs do
ENV['GENERATE_COVERAGE'] = 'true'
puts "\033[0;32mUsing #{`ruby --version`}\033[0m"
title 'Running the specs'
sh "bundle exec bacon #{specs('**/*')}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment