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 a524805 commit a1f5439Copy full SHA for a1f5439
Rakefile
@@ -18,4 +18,6 @@ namespace :test do
18
task all: [:unit, :acceptance]
19
end
20
21
+task test: 'test:all'
22
+
23
task default: 'test:all'
0 commit comments