Skip to content

Commit

Permalink
Let's have a simple Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav committed Nov 20, 2008
1 parent c4b10b2 commit dae5469
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
@@ -0,0 +1,5 @@
task :default => [:test]

task :test do
ruby "test/all.rb"
end

0 comments on commit dae5469

Please sign in to comment.