Skip to content

Commit

Permalink
Run rspec with rake
Browse files Browse the repository at this point in the history
  • Loading branch information
bdmac committed Sep 13, 2015
1 parent 5711422 commit 3ce345d
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 'rspec/core/rake_task'

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

task :default => :spec

0 comments on commit 3ce345d

Please sign in to comment.