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.10.0 spec/support/fake_unicorn.rb
copy_tuner_client-0.9.0 spec/support/fake_unicorn.rb
copy_tuner_client-0.8.1 spec/support/fake_unicorn.rb
copy_tuner_client-0.8.0 spec/support/fake_unicorn.rb
copy_tuner_client-0.7.0 spec/support/fake_unicorn.rb
copy_tuner_client-0.6.2 spec/support/fake_unicorn.rb
copy_tuner_client-0.6.1 spec/support/fake_unicorn.rb
copy_tuner_client-0.5.3 spec/support/fake_unicorn.rb
copy_tuner_client-0.5.2 spec/support/fake_unicorn.rb
copy_tuner_client-0.5.1 spec/support/fake_unicorn.rb
copy_tuner_client-0.5.0 spec/support/fake_unicorn.rb
copy_tuner_client-0.5.0.pre spec/support/fake_unicorn.rb
copy_tuner_client-0.4.12 spec/support/fake_unicorn.rb
copy_tuner_client-0.4.11 spec/support/fake_unicorn.rb
copy_tuner_client-0.4.10 spec/support/fake_unicorn.rb
copy_tuner_client-0.4.9 spec/support/fake_unicorn.rb
copy_tuner_client-0.4.8 spec/support/fake_unicorn.rb
copy_tuner_client-0.4.7 spec/support/fake_unicorn.rb
copy_tuner_client-0.4.6 spec/support/fake_unicorn.rb
copy_tuner_client-0.4.5 spec/support/fake_unicorn.rb