ratem / eispatterns

Code for the "Enterprise Information Systems Patterns" series of posts - didatic framework.
http://eis-development.blogspot.com
10 stars 6 forks source link

Tests should be better isolated #9

Open ratem opened 13 years ago

ratem commented 13 years ago

To run business decorators tests as documentation, tests should be totally isolated. In real world, acceptance tests (with GUI) and should be totally isolated so that they can run separately.

ratem commented 13 years ago

Use Lettuce's before scenario and after scenario. Do not use world anymore.