redding / assert

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

Specify halt on fail env var in more "unix-y" manner #99

Closed kellyredding closed 11 years ago

kellyredding commented 11 years ago

https://github.com/redding/assert#failure-handling

instead of

$ rake test halt_on_fail=true

this

# ASSERT_HALT_ON_FAIL=true rake test