Skip to content

Commit 1a58a4e

Browse files
committed
Default $ rake command to run tests
1 parent 6a00d20 commit 1a58a4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ task :test do
44
$LOAD_PATH.unshift('lib', 'test')
55
Dir.glob('./test/**/*_test.rb') { |f| require f }
66
end
7+
task :default => [:test]
78

89
namespace :tests do
910
gemfiles = %w[

0 commit comments

Comments
 (0)