Skip to content

Commit

Permalink
add testing by default
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmars committed Jun 18, 2012
1 parent 9d09623 commit 6cc3239
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Rakefile
@@ -0,0 +1,6 @@
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new('spec')

# If you want to make this the default task
task :default => :spec

0 comments on commit 6cc3239

Please sign in to comment.