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