I would like to be able do something like the following:
@javascript @disallow_cookies
Scenario: Test Something that depends on cookies
How would I write the @disallow_cookies
cucumber hook to achieve this?
I am using the following:
- gem 'thin', '1.2.11'
- gem 'cucumber-rails' , '1.0.4'
- gem 'database_cleaner', '0.6.7'
- gem 'capybara', '1.1.2'
- gem 'capybara-firebug','0.0.10'
- gem 'selenium-webdriver', '2.14.0'
Thanks!