everydayrails / rails-4-1-rspec-3-0

Code samples for Everyday Rails Testing with RSpec, Rails 4.1/RSpec 3.0 edition
272 stars 229 forks source link

Ch.7 Use PATCH instead of PUT #39

Open JunichiIto opened 9 years ago

JunichiIto commented 9 years ago

In chapter 7, "PUT" still exists:

        describe 'PUT #update' do
          it "requires login"
        end
        PUT #update
          requires login