Skip to content

Commit

Permalink
Add rspec rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
sorah committed Mar 24, 2014
1 parent cab5c4c commit e73fc89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
require "bundler/gem_tasks"
require 'rspec/core/rake_task'

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

task :default => :spec

0 comments on commit e73fc89

Please sign in to comment.