redding / assert

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

have AssertRunner ensure test files are looked up from a list of paths #126

Closed kellyredding closed 11 years ago

kellyredding commented 11 years ago

Before if no test_paths were provided from the CLI, the files were looked up from a single Assert.config.test_dir path. Magically, the inject that worked on that single entry in MRI, but fails in jruby and probably other ruby versions.

This just ensures that we are always injecting over a collection of test paths when looking for test files to run.

Closes #125.

kellyredding commented 11 years ago

@jcredding please verify this fixes #125 for me please. thanks sir.

jcredding commented 11 years ago

@kellyredding - I tested this in jruby. Works great. :boom: