Skip to content

Commit

Permalink
Make RSpec the default Rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
RLovelett committed Nov 4, 2012
1 parent 4ab5be6 commit 7a75515
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,2 +1,7 @@
#!/usr/bin/env rake
require "bundler/gem_tasks"
require "rspec/core/rake_task"

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

task default: :spec

0 comments on commit 7a75515

Please sign in to comment.