Sha256: 190138327a5e1ed90b6e5f052a1048da803641ef28cd23c0ec6417838e278441

Contents?: true

Size: 1.15 KB

Versions: 1

Compression:

Stored size: 1.15 KB

Contents

0.1.0
-----
Initial release with basic features to generate tests from internal DSL

0.1.1
-----
Corrections for github gem build process

0.1.2 && 0.1.3
--------------
Cleanup

0.2.0
-----
- Fixed issue 1 which prevented "extract method" on calls to Given/When/Then
  - Refactored Feature and Scenario accordingly assigning more responsibility to Feature
- No longer enforcing order/presence of Given/When/Then within Scenarios

0.3.0
-----
- Adds coulda:print_features task, providing plain text output in a 
  form similar to Cucumber's Gherkin
- Added hooks for Devver's continuous integration API

0.3.1
-----
- Minor refactorings
- Added more examples
- Adds "And" support to Given, When, and Then

0.4.0
-----
- Complete internal redesign/rewrite
- Feature method now accepts a :testcase_class => Class argument specifying the subclass of Test::Unit::TestCase,
  allowing for simple integration with other Test::Unit frameworks

0.4.1
-----
- Modified to use 'pending' instead of 'jeremymcanally-pending' from github (after I removed the 'bones' gem 
  dependency from 'pending')

0.4.2
-----
- Moved 'vendored' files under coulda and added them to the gemspec (woops)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
coulda-0.4.2 HISTORY