redding / assert

Assertion style testing framework.
https://github.com/redding/assert
MIT License
10 stars 1 forks source link

Specify the runner seed using a more "unix-y" style ENV var #98

Closed kellyredding closed 11 years ago

kellyredding commented 11 years ago

https://github.com/redding/assert#test-order

Instead of:

$ rake test runner_seed=1234

this:

$ ASSERT_RUNNER_SEED=1234 rake test