Rakefile in nanoc-4.7.1 vs Rakefile in nanoc-4.7.2
- old
+ new
@@ -12,9 +12,9 @@
t.libs << 'test'
end
RSpec::Core::RakeTask.new(:spec)
-task test: [:spec, :test_all, :rubocop]
-task test_ci: [:test, :'coveralls:push']
+task test: %i(spec test_all rubocop)
+task test_ci: %i(test coveralls:push)
task default: :test