Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Woops travis requires the rakefile to run by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Labeeuw committed Apr 25, 2013
1 parent 95978ff commit 6a5118e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
@@ -0,0 +1,7 @@
require "rspec/core/rake_task"
require "rspec/core/version"

task :default => [:spec]

desc "Run all examples"
RSpec::Core::RakeTask.new(:spec)

0 comments on commit 6a5118e

Please sign in to comment.