Skip to content

Commit

Permalink
made rspec default rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Salazar committed Jul 2, 2014
1 parent b1410a0 commit 928ebca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
require "bundler/gem_tasks"
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new :spec
task default: :spec

0 comments on commit 928ebca

Please sign in to comment.