subplot 0.2.0

tools for specifying, documenting, and implementing automated acceptance tests for systems and software
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
- given: website {url}
  function: remember_url

- when: I look at the front page
  function: fetch_url

- then: it mentions "{text:text}"
  function: page_contains

- then: it doesn't contain "{text:text}"
  function: page_doesnt_contain