Skip to content

Commit 06db496

Browse files
committed
Documented the rake tasks
1 parent 21c80a1 commit 06db496

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Rakefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ namespace :adapters do
1919
end
2020
end
2121

22+
desc "Run the full test suite"
2223
task spec: %w[
2324
base_spec
2425
adapters:oj
@@ -30,5 +31,8 @@ task spec: %w[
3031
adapters:jr_jackson
3132
]
3233

34+
desc "Run the default task"
3335
task default: :spec
36+
37+
desc "Alias for spec"
3438
task test: :spec

0 commit comments

Comments
 (0)