convio/watirmark

View on GitHub
generators/new_project/templates/features/sample.feature.erb

Summary

Maintainability
Test Coverage
Feature: This is a sample feature file to make sure you have everything set up properly

  Scenario: Navigate to the site by hostname
    Given I go to the home page
    Then the url should contain "<%= name %>.com"