omit_collector!

gemfile <<-RB
  # stub file system so we can test that newrelic.yml can be loaded from
  # various places.
  gem 'fakefs', :require => 'fakefs/safe'

  # Because we delay the agent, order of jruby-openssl matters
  gem 'jruby-openssl', '~> 0.9.10', :platforms => [:jruby]

  # don't start the agent
  gem 'newrelic_rpm', :require => false, :path => File.expand_path('../../../../')
RB
