redding / assert

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

added in requiring a local settings file on initialization #110

Closed kellyredding closed 11 years ago

kellyredding commented 11 years ago

This allows for settings that are specific to a project. By default, Assert will look for the file at ./.assert.rb. You can specify a custom local settings file by setting the ASSERT_LOCALFILE env var.

kellyredding commented 11 years ago

@jcredding again, this is only for the latest commit. Will cleanup and rebase as we merge the other PRs.

kellyredding commented 11 years ago

@jcredding and now this one is rebased and ready.

jcredding commented 11 years ago

@kellyredding - Overall, looks good. The regex (as all regex's generally are) is hard to decipher, but it's not hard to follow along. Nicely done. :boom: