Skip to content

Commit

Permalink
Giving up on stupid system test rake task for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dball committed Jan 11, 2011
1 parent a003c9f commit 6ff6704
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ task :build do
end

task :default => :test

task :test do
system "ruby -Ilib test/test_*.rb"
end

0 comments on commit 6ff6704

Please sign in to comment.