class Autotest::Rspec2

def using_bundler?

Other tags:
    Private: -
def using_bundler?
  prefix =~ /bundle exec/
end