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.4.4 spec/support/fake_unicorn.rb
copy_tuner_client-0.4.3 spec/support/fake_unicorn.rb
copy_tuner_client-0.4.2 spec/support/fake_unicorn.rb
copy_tuner_client-0.4.1 spec/support/fake_unicorn.rb
copy_tuner_client-0.4.0 spec/support/fake_unicorn.rb
copy_tuner_client-0.3.5 spec/support/fake_unicorn.rb
copy_tuner_client-0.3.4 spec/support/fake_unicorn.rb
copy_tuner_client-0.3.3 spec/support/fake_unicorn.rb
copy_tuner_client-0.3.2 spec/support/fake_unicorn.rb
copy_tuner_client-0.3.1 spec/support/fake_unicorn.rb
copy_tuner_client-0.3.0 spec/support/fake_unicorn.rb
copy_tuner_client-0.2.4 spec/support/fake_unicorn.rb
copy_tuner_client-0.2.3 spec/support/fake_unicorn.rb
copy_tuner_client-0.2.2 spec/support/fake_unicorn.rb
copy_tuner_client-0.2.1 spec/support/fake_unicorn.rb
copy_tuner_client-0.2.0 spec/support/fake_unicorn.rb
copy_tuner_client-0.1.1.beta19 spec/support/fake_unicorn.rb
copy_tuner_client-0.1.1.beta18 spec/support/fake_unicorn.rb
copy_tuner_client-0.1.1.beta17 spec/support/fake_unicorn.rb
copy_tuner_client-0.1.1.beta16 spec/support/fake_unicorn.rb