lib/generators/templates/cucumber/feature.tt in ruby_raider-0.4.0 vs lib/generators/templates/cucumber/feature.tt in ruby_raider-0.4.1

- old
+ new

@@ -1,6 +1,15 @@ +<% if %w[selenium watir].include? automation -%> Feature: Login Page Scenario: A user can login Given I'm a registered user on the login page When I login with my credentials Then I can see the main page +<% else -%> +Feature: Home Page + +Scenario: A user can go to the product details page + Given I'm an anonymous user on the home page + When I select one of the products + Then I'm redirected to the product details page +<% end %> \ No newline at end of file