Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add Rakefile to run specs
  • Loading branch information
sj26 committed Aug 10, 2012
1 parent e60fc5c commit 56d7e39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
@@ -0,0 +1,5 @@
require 'rspec/core/rake_task'

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

task :default => :spec

0 comments on commit 56d7e39

Please sign in to comment.