【发布时间】:2011-04-15 21:25:40
【问题描述】:
我需要在一个黄瓜场景中更改会话。
例如
Given session name is "1st unauthenticated user"
And make some things
Given session name is "2st unauthenticated user"
And make some other things
我找到了solution,但它不适用于 Rails 3、Cucumber 和 Capybara。还有其他解决方案吗?
【问题讨论】:
标签: ruby-on-rails session ruby-on-rails-3 cucumber capybara