class Autotest::Rspec2

def using_bundler?

def using_bundler?
  File.exists?('./Gemfile')
end