We've got a tiny Rails app in test/dummy, same as how engines do it, so let's test with that since it'll be a much more representative working environment than we can sorta simulate.
Now you can run tests by first doing cd test/dummy and then bin/rails t as usual.
We've got a tiny Rails app in
test/dummy
, same as how engines do it, so let's test with that since it'll be a much more representative working environment than we can sorta simulate.Now you can run tests by first doing
cd test/dummy
and thenbin/rails t
as usual.