Sha256: 2c9f1bce3a8c6090985fb45b62a31cf408c5e892d396c3d8d2658ea7b48b9cd2

Contents?: true

Size: 254 Bytes

Versions: 120

Compression:

Stored size: 254 Bytes

Contents

class FakeRunStrategy < Spork::RunStrategy
  def initialize(*args)
  end

  def self.available?
    true
  end

  def run(argv, stderr, stdout)
    sleep(@wait_time || 0.5)
    true
  end

  def running?
    false
  end

  def preload
    true
  end
end

Version data entries

120 entries across 120 versions & 10 rubygems

Version Path
panjiva-spork-0.8.6 spec/support/fake_run_strategy.rb
panjiva-spork-0.8.5.1 spec/support/fake_run_strategy.rb
panjiva-spork-0.8.5 spec/support/fake_run_strategy.rb
classiccms-0.7.5 vendor/bundle/gems/spork-0.9.0/spec/support/fake_run_strategy.rb
classiccms-0.7.4 vendor/bundle/gems/spork-0.9.0/spec/support/fake_run_strategy.rb
classiccms-0.7.3 vendor/bundle/gems/spork-0.9.0/spec/support/fake_run_strategy.rb
timcharper-spork-0.6.0 spec/support/fake_run_strategy.rb
timcharper-spork-0.6.1 spec/support/fake_run_strategy.rb
timcharper-spork-0.6.2 spec/support/fake_run_strategy.rb
timcharper-spork-0.6.3 spec/support/fake_run_strategy.rb
spork-1.0.0rc4 spec/support/fake_run_strategy.rb
spork-1.0.0rc4-x86-mswin32 spec/support/fake_run_strategy.rb
spork-1.0.0rc4-x86-mingw32 spec/support/fake_run_strategy.rb
classiccms-0.7.2 vendor/bundle/gems/spork-0.9.0/spec/support/fake_run_strategy.rb
classiccms-0.7.1 vendor/bundle/gems/spork-0.9.0/spec/support/fake_run_strategy.rb
classiccms-0.7.0 vendor/bundle/gems/spork-0.9.0/spec/support/fake_run_strategy.rb
classiccms-0.6.9 vendor/bundle/gems/spork-0.9.0/spec/support/fake_run_strategy.rb
classiccms-0.6.8 vendor/bundle/gems/spork-0.9.0/spec/support/fake_run_strategy.rb
classiccms-0.6.7 vendor/bundle/gems/spork-0.9.0/spec/support/fake_run_strategy.rb
classiccms-0.6.6 vendor/bundle/gems/spork-0.9.0/spec/support/fake_run_strategy.rb