cbeer / engine_cart

Rake tasks to generate test applications for Rails Engines
MIT License
18 stars 16 forks source link

Use .internal_test_app instead of spec/internal for storing the test application #32

Closed cbeer closed 9 years ago

cbeer commented 9 years ago

Fixes #23

jrochkind commented 9 years ago

I think it's a bad idea to put it in a directory beginning with a dot, which is not shown in many CLI's and GUI's. It's hard enough to figure out and debug what's going on with engine_cart already (really, it's not easy), without hiding a key piece of it.