Skip to content

Commit

Permalink
Add RSpec rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
ezkl committed Mar 22, 2012
1 parent 118f3de commit 8ce327f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec

0 comments on commit 8ce327f

Please sign in to comment.