sporkrb / spork-testunit

Test::Unit support for Spork
67 stars 27 forks source link

Checks for minispec_helper.rb in spec directory. #44

Closed arronmabrey closed 12 years ago

arronmabrey commented 12 years ago

This is so people can use the Spec DSL of MiniTest and keep it in the spec directory.

arronmabrey commented 12 years ago

Forgot to say that if it finds both if will default back to test/test_helper.rb

arronmabrey commented 12 years ago

Opened a pull request on guard-spork that allows for the same spec/minispec_helper.rb convention.

https://github.com/guard/guard-spork/pull/69