RailsApps / rails3-devise-rspec-cucumber

An example Rails 3.2 app with Devise and RSpec and Cucumber.
http://railsapps.github.io/
445 stars 144 forks source link

Disable DELETE-based logouts only in the test environment #9

Closed backspace closed 13 years ago

backspace commented 13 years ago

DELETE-based logouts make more sense, as explained by José Valim. To make Cucumber work, we can only use GET-based logouts in the test environment.

DanielKehoe commented 13 years ago

Excellent contribution. Thanks!

-- Daniel