We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d552ae1 commit b6a7a75Copy full SHA for b6a7a75
Rakefile
@@ -4,5 +4,5 @@ Rake::TestTask.new do |t|
4
t.libs << 'test'
5
end
6
7
-desc "Run tests"
8
-task :default => :test
+desc 'Run tests'
+task default: :test
0 commit comments