Open DylanLacey opened 9 years ago
In https://github.com/saucelabs/sauce_ruby/pull/297 we disabled the ability to print Sauce job links in RSpec 3 because it was busted. Add it back in.
+1 on this
The reason it broke is due to monkey patching. RSpec allows custom formatters. A custom formatter is less likely to break as the RSpec internals evolve.
In https://github.com/saucelabs/sauce_ruby/pull/297 we disabled the ability to print Sauce job links in RSpec 3 because it was busted. Add it back in.