Sha256: d2a617b0cf5958dca897093b2d5f93f51ee3e321f57751fe475897f6fe9e5513

Contents?: true

Size: 147 Bytes

Versions: 105

Compression:

Stored size: 147 Bytes

Contents

class FakeUnicornServer
  def become_master
    $0 = "unicorn"
  end

  def spawn
    worker_loop(nil)
  end

  def worker_loop(worker)
  end
end

Version data entries

105 entries across 105 versions & 2 rubygems

Version Path
copy_tuner_client-0.0.9 spec/support/fake_unicorn.rb
copy_tuner_client-0.0.8 spec/support/fake_unicorn.rb
copy_tuner_client-0.0.7 spec/support/fake_unicorn.rb
copy_tuner_client-0.0.6 spec/support/fake_unicorn.rb
copy_tuner_client-0.0.5 spec/support/fake_unicorn.rb
copy_tuner_client-0.0.4 spec/support/fake_unicorn.rb
copy_tuner_client-0.0.3 spec/support/fake_unicorn.rb
copy_tuner_client-0.0.2 spec/support/fake_unicorn.rb
copy_tuner_client-0.0.1 spec/support/fake_unicorn.rb
copycopter_client-2.0.1 spec/support/fake_unicorn.rb
copycopter_client-2.0.0 spec/support/fake_unicorn.rb
copycopter_client-1.1.2 spec/support/fake_unicorn.rb
copycopter_client-1.1.1 spec/support/fake_unicorn.rb
copycopter_client-1.1.0 spec/support/fake_unicorn.rb
copycopter_client-1.0.4 spec/support/fake_unicorn.rb
copycopter_client-1.0.3 spec/support/fake_unicorn.rb
copycopter_client-1.0.2 spec/support/fake_unicorn.rb
copycopter_client-1.0.1 spec/support/fake_unicorn.rb
copycopter_client-1.0.0 spec/support/fake_unicorn.rb
copycopter_client-1.0.0.beta11 spec/support/fake_unicorn.rb