You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- Feature: Test::Unit
- In order to please people who like Test::Unit
- As a Cucumber user
- I want to be able to use assert* in my step definitions
-
- Scenario: assert_equal
- Given x = 5
- And y = 5
- Then I can assert that x == y
|