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
Fix failing sanity check spec under latest bundler (rspec#1912)
Relax the regexp for matching the expected "uninitialized constant"
error to fix this spec failure when running on Bundler 1.16.0 and Ruby
2.4.2:
expected "NameError: uninitialized constant RSpec::Support"
to match /uninitialized constant RSpec::Support \(NameError\)/
0 commit comments