Skip to content

Commit

Permalink
Fix build: Rack::Test has been updated, now supports HTTP PATCH.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Sep 28, 2012
1 parent be893af commit c4b2692
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 28 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Expand Up @@ -10,7 +10,6 @@ group :development, :test do
gem 'rb-fsevent' gem 'rb-fsevent'
gem 'growl' gem 'growl'
gem 'json' gem 'json'

gem 'rspec' gem 'rspec'
gem 'rack-test', :require => "rack/test" gem 'rack-test', "~> 0.6.2", :require => "rack/test"
end end
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Expand Up @@ -23,6 +23,5 @@


RSpec.configure do |config| RSpec.configure do |config|
config.include Rack::Test::Methods config.include Rack::Test::Methods
config.include Rack::Test::Methods::Patch
end end


25 changes: 0 additions & 25 deletions spec/support/rack_patch.rb

This file was deleted.

0 comments on commit c4b2692

Please sign in to comment.