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
expect(err).toinclude("parallel_tests-3.8.0 requires ruby version >= #{next_ruby_minor}")
312
-
expect(err).not_toinclude("That means the author of parallel_tests (3.8.0) has removed it.")
311
+
expect(err).toeq("parallel_tests-3.8.0 requires ruby version >= #{next_ruby_minor}, which is incompatible with the current version, #{Gem.ruby_version}")
0 commit comments