module Bundler

Mock implementation of Bundler for use by generic_test where Bundler.root is needed

Public Class Methods

root() click to toggle source

Used just so that RSpecHtmlReporter does not thrown an error

# File lib/generic_test/html_reporter.rb, line 7
def root
  ''
end