Skip to content

Commit

Permalink
Rakefile to run all specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
eee-c committed Apr 11, 2009
1 parent 772b261 commit 3d27206
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
@@ -0,0 +1,7 @@
task :default => [:test]

task :test do
ruby "./spec/eee_spec.rb"
ruby "./spec/eee_helpers_spec.rb"
ruby "./spec/views/recipe.haml_spec.rb"
end

0 comments on commit 3d27206

Please sign in to comment.