# Mock implementation of Bundler for use by generic_test where Bundler.root is needed module Bundler class << self # Used just so that RSpecHtmlReporter does not thrown an error def root '' end end end require 'rspec_html_reporter'