redding / assert

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

fire up a console with test env loaded #119

Closed kellyredding closed 11 years ago

kellyredding commented 11 years ago

This didn't make the cut for the 2.0 release candidate. I'd like to get to it soon though.

Test Console

$ assert -i
> Assert
 => Assert

The i CLI option runs irb and initializers Assert. Use it to interact with and verify your test environment in a console. Alias irb if you prefer another console (such as pry).

kellyredding commented 11 years ago

I'm going to close this. Having the CLI makes this challenging for doing it the way I want. Plus with tools like Pry and issuing binding.pry, the need is really mitigated.