Navigation Menu

Skip to content

Commit

Permalink
Adding Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Feb 24, 2009
1 parent 261066c commit c6da64c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Rakefile
@@ -0,0 +1,9 @@
require "rubygems"
require "spec/rake/spectask"

Spec::Rake::SpecTask.new do |t|
t.spec_opts == ["--color"]
end

desc "Run the specs"
task :default => :spec
1 change: 1 addition & 0 deletions lib/rack/test.rb
@@ -1,3 +1,4 @@
require "rubygems"
require "uri"
require "rack"

Expand Down

0 comments on commit c6da64c

Please sign in to comment.