Sha256: 04b06a48d464e56e1497b27a90f5ef1e46188e41dc15f19ee837bca7528e4aec
Contents?: true
Size: 475 Bytes
Versions: 2
Compression:
Stored size: 475 Bytes
Contents
# Setup integration system for the integration suite Dir.chdir "#{File.dirname(__FILE__)}/integration/app/" do `ps awx`.split("\n").grep(/4304[1-3]/).map do |process| system("kill -9 #{process.to_i}") end system "memcached -p 43042 &" system "memcached -p 43043 &" Dir.chdir "vendor/plugins" do system "rm interlock; ln -s ../../../../../ interlock" end system "rake db:create" system "rake db:migrate" system "rake db:fixtures:load" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
interlock-1.1 | test/setup.rb |
interlock-1.2 | test/setup.rb |