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
This adds the Rails 4 idiom of creating test directories named "models"
and "controllers" (in lieu of "unit" and "functional") to the pattern
matches when running `:Rake`:, selecting the appropriate rake task to
run.
This allows those doing Rails 4 development to run `:Rake` and avoid
falling down to the deprecated `test:recent`.
0 commit comments