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.

test_unit.feature 237 B

2 years ago
123456789
  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. Scenario: assert_equal
  6. Given x = 5
  7. And y = 5
  8. Then I can assert that x == y

No Description

Contributors (1)