Skip to content

Commit

Permalink
Add rspec rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
j15e committed May 1, 2013
1 parent 3a5ba1e commit 12fea39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
@@ -1,2 +1,7 @@
require 'bundler'
require 'rspec/core/rake_task'

Bundler::GemHelper.install_tasks
RSpec::Core::RakeTask.new(:spec)

task :default => :spec

0 comments on commit 12fea39

Please sign in to comment.