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.19.0 spec/support/fake_unicorn.rb
copy_tuner_client-0.18.0 spec/support/fake_unicorn.rb
copy_tuner_client-0.17.1 spec/support/fake_unicorn.rb
copy_tuner_client-0.16.3 spec/support/fake_unicorn.rb
copy_tuner_client-0.16.2 spec/support/fake_unicorn.rb
copy_tuner_client-0.16.1 spec/support/fake_unicorn.rb
copy_tuner_client-0.16.0 spec/support/fake_unicorn.rb
copy_tuner_client-0.15.1 spec/support/fake_unicorn.rb
copy_tuner_client-0.15.0 spec/support/fake_unicorn.rb
copy_tuner_client-0.14.2 spec/support/fake_unicorn.rb
copy_tuner_client-0.14.1 spec/support/fake_unicorn.rb
copy_tuner_client-0.14.0 spec/support/fake_unicorn.rb
copy_tuner_client-0.13.6 spec/support/fake_unicorn.rb
copy_tuner_client-0.13.5 spec/support/fake_unicorn.rb
copy_tuner_client-0.13.3 spec/support/fake_unicorn.rb
copy_tuner_client-0.13.2 spec/support/fake_unicorn.rb
copy_tuner_client-0.13.1 spec/support/fake_unicorn.rb
copy_tuner_client-0.13.0 spec/support/fake_unicorn.rb
copy_tuner_client-0.12.0 spec/support/fake_unicorn.rb
copy_tuner_client-0.11.0 spec/support/fake_unicorn.rb