开发者

Specing remember_me feature in rails + restful_authentication

开发者 https://www.devze.com 2022-12-29 16:19 出处:网络
I want to run a the following example in cucumber: Scenario: Anonymous user can log in and be remembered

I want to run a the following example in cucumber:

  Scenario: Anonymous user can log in and be remembered
    Given I am logged in with re开发者_Python百科minder
    When I navigate away
    And I go to the list of cornetas
    Then I should be logged in

But I don't know how to write the "And I navigate away" step. I already tried to "visit stackoverflow.com" or "visit http://stackoverflow.com", but with no success. Any suggestions?

I guess I could also destroy the webrat session, but I don't know how to do it, neither if it would work.

0

精彩评论

暂无评论...
验证码 换一张
取 消