Skip to content

Commit 462a0b9

Browse files
committed
default rake task executes :spec and :doc as well as :build
1 parent 32510e0 commit 462a0b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ else
5252
end
5353
end
5454

55-
task :default => :build
55+
task :default => [:spec, :build, :doc]
5656

5757

5858
###

0 commit comments

Comments
 (0)