Skip to content

Commit

Permalink
Rake spec task
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalle committed Aug 27, 2011
1 parent 7534cdb commit cfe5749
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
@@ -1 +1,6 @@
require 'bundler/gem_tasks' require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

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

task :default => :spec

0 comments on commit cfe5749

Please sign in to comment.