8 lines
173 B
Gherkin
8 lines
173 B
Gherkin
Feature: Cukes
|
|
An example of testing a compojure app with cucumber.
|
|
|
|
Scenario: Index Page
|
|
Given I am at the "homepage"
|
|
Then I should see "Welcome to youyesyet"
|
|
|