Skip to content

Commit

Permalink
clean up test tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ngauthier committed Dec 19, 2012
1 parent 3290445 commit 94dc5bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Rakefile
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,8 @@
require 'bundler/gem_tasks' require 'bundler/gem_tasks'
task :default do
desc "Run the tests"
task :test do
require File.join(File.dirname(__FILE__), 'test', 'domino_test') require File.join(File.dirname(__FILE__), 'test', 'domino_test')
end end

task :default => :test

0 comments on commit 94dc5bc

Please sign in to comment.