Skip to content

Commit a1f5439

Browse files
committed
Add rake test task
1 parent a524805 commit a1f5439

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ namespace :test do
1818
task all: [:unit, :acceptance]
1919
end
2020

21+
task test: 'test:all'
22+
2123
task default: 'test:all'

0 commit comments

Comments
 (0)