You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a test that the generator, at the very least, does not blow up when being run.
Deferred because it potentially involves filesystem changes.
Validating the stdout output of bin/rails g good_job:install --pretend --force looks like the right shape would be good enough.
Otherwise, would need to potentially overwrite the existing migration file in spec/dummy and then restore it for a deeper inspection of the generated files.
There should be a test that the generator, at the very least, does not blow up when being run.
Deferred because it potentially involves filesystem changes.
bin/rails g good_job:install --pretend --force
looks like the right shape would be good enough.spec/dummy
and then restore it for a deeper inspection of the generated files.Follow-up to #56
The text was updated successfully, but these errors were encountered: