The only test that fails on the master branch is the test from BugReportTemplatesTest.
It fails because Bundler is not loaded in. If I require bundler, it works but then I get this long ouput:

Was this test intended to be run? Or can I add a defined?(Bundler) check on it so it can be run optionally?
It sucks to constantly run specs and have it fail on this one test.
The only test that fails on the master branch is the test from BugReportTemplatesTest.
It fails because Bundler is not loaded in. If I require bundler, it works but then I get this long ouput:
Was this test intended to be run? Or can I add a defined?(Bundler) check on it so it can be run optionally?
It sucks to constantly run specs and have it fail on this one test.