Skip to content

Commit eed120a

Browse files
committed
make rake test work
1 parent 79e7477 commit eed120a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rakefile

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ require 'support/outbound_hosts'
1818
desc "Run the unit test suite"
1919
task :default => 'test:units'
2020

21+
task :test => 'test:units'
22+
2123
namespace :test do
2224

2325
Rake::TestTask.new(:units) do |t|

0 commit comments

Comments
 (0)