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
Run tests even if the file name suffix is not '_spec.rb’ (#417)
By default, RSpec does not run tests if the file name suffix is not
"_spec.rb". To prevent mistakes, I think it's best to explicitly run all
tests. In fact, spec/api/** had not been executed for a long time.
0 commit comments