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