Sha256: 0b21abd6cfc190a17035363efdbd2d80092a2eb74f51366600fc18af8b3c1aa6

Contents?: true

Size: 336 Bytes

Versions: 13

Compression:

Stored size: 336 Bytes

Contents

suite_condition("Resque not compatible with 1.8.6") do
  RUBY_VERSION != '1.8.6'
end

gemfile <<-RB
  gem 'resque'
  gem 'json'
  if (RUBY_PLATFORM == 'java')
    gem "jruby-openssl"
  end
RB

before_suite do
  system('echo "daemonize yes" | redis-server -')
end

after_suite do
  system('redis-cli shutdown')
end

execute_mode 'spawn'

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
newrelic_rpm-3.5.6.42.beta test/multiverse/suites/resque/Envfile
newrelic_rpm-3.5.5.39.beta test/multiverse/suites/resque/Envfile
wd_newrelic_rpm-3.5.5 test/multiverse/suites/resque/Envfile
newrelic_rpm-3.5.5.38 test/multiverse/suites/resque/Envfile
newrelic_rpm-3.5.5.540.dev test/multiverse/suites/resque/Envfile
newrelic_rpm-3.5.4.35.beta test/multiverse/suites/resque/Envfile
newrelic_rpm-3.5.4.34 test/multiverse/suites/resque/Envfile
newrelic_rpm-3.5.4.33 test/multiverse/suites/resque/Envfile
newrelic_rpm-3.5.4.31.beta test/multiverse/suites/resque/Envfile
newrelic_rpm-3.5.4.29.beta test/multiverse/suites/resque/Envfile
ghazel-newrelic_rpm-3.5.4 test/multiverse/suites/resque/Envfile
newrelic_rpm-3.5.3.25 test/multiverse/suites/resque/Envfile
newrelic_rpm-3.5.3.24 test/multiverse/suites/resque/Envfile