Skip to content

Commit

Permalink
Add Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbraeuer committed Feb 14, 2012
1 parent a38dc33 commit f52c9d6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# -*- encoding: utf-8; mode: ruby -*-

require 'rspec/core/rake_task'

task :default => :spec

RSpec::Core::RakeTask.new(:spec) do |t|
t.rspec_opts = [ '--format documentation', '--color' ]
end

0 comments on commit f52c9d6

Please sign in to comment.