Skip to content

Commit

Permalink
spec is a default rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgi committed Oct 23, 2012
1 parent e29ecee commit da3f316
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
require "bundler/gem_tasks"

require 'rspec/core/rake_task'

task :default => :spec

desc "Run specs"
RSpec::Core::RakeTask.new

0 comments on commit da3f316

Please sign in to comment.