Security update for permissions_by_term
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / features / test_unit.feature
1 Feature: Test::Unit
2   In order to please people who like Test::Unit
3   As a Cucumber user
4   I want to be able to use assert* in my step definitions
5
6   Scenario: assert_equal
7     Given x = 5
8     And y = 5
9     Then I can assert that x == y