Skip to content

Commit

Permalink
setup default rake task to be rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jipiboily committed Feb 17, 2015
1 parent 88e1de3 commit 692c93d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
require "bundler/gem_tasks"

begin
require 'rspec/core/rake_task'

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

task :default => :spec
rescue LoadError
# no rspec available
end

0 comments on commit 692c93d

Please sign in to comment.