Skip to content

Commit

Permalink
add rakefile so specs run by default
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Mar 19, 2011
1 parent 8e7693a commit 0921b1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
@@ -0,0 +1,3 @@
task :default do
sh "rspec spec"
end

0 comments on commit 0921b1e

Please sign in to comment.