Skip to content

Commit

Permalink
Add Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bernerdschaefer authored and 1000jobboersen committed Dec 15, 2011
1 parent 6b40587 commit cec792d
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
@@ -0,0 +1,7 @@
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec) do |spec|
spec.pattern = "spec/**/*_spec.rb"
end

task :default => :spec

0 comments on commit cec792d

Please sign in to comment.