Skip to content

Commit

Permalink
add rspec task to rake file
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfiredrill committed Dec 27, 2013
1 parent b6a2bbb commit 8902363
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
#!/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 8902363

Please sign in to comment.