redding / assert

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

add an 'assert_exists' test helper for testing File.exists? #85

Closed kellyredding closed 12 years ago

kellyredding commented 12 years ago

It would be nice to say:

assert_exists File.join('some', 'path', 'segment', 'thing')
assert_not_exists File.join(...)

@jcredding - Thoughts? Any problem with doing this?

jcredding commented 12 years ago

@kellyredding I don't see any problems having this.