Starting to get the project set up. Nothing is even nearly complete yet.
This commit is contained in:
commit
b6a24bc1ce
59 changed files with 7118 additions and 0 deletions
7
test/clj/features/index_page.feature
Normal file
7
test/clj/features/index_page.feature
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
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"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue