Sha256: d2d29001bfdbc077057e2e0746d76001f168b1906736961daa51e8d1857b05e2
Contents?: true
Size: 237 Bytes
Versions: 341
Compression:
Stored size: 237 Bytes
Contents
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
Version data entries
341 entries across 339 versions & 29 rubygems
Version | Path |
---|---|
cucumber-0.3.9 | examples/test_unit/features/test_unit.feature |