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
classicCMS-0.2.2 vendor/bundle/gems/spork-0.9.0/spec/support/fake_run_strategy.rb
classicCMS-0.2.1 vendor/bundle/gems/spork-0.9.0/spec/support/fake_run_strategy.rb
classicCMS-0.2.0 vendor/bundle/gems/spork-0.9.0/spec/support/fake_run_strategy.rb
classicCMS-0.1.2 vendor/bundle/gems/spork-0.9.0/spec/support/fake_run_strategy.rb
spork-1.0.0rc2 spec/support/fake_run_strategy.rb
spork-1.0.0rc2-x86-mswin32 spec/support/fake_run_strategy.rb
spork-1.0.0rc2-x86-mingw32 spec/support/fake_run_strategy.rb
spork-1.0.0rc1 spec/support/fake_run_strategy.rb
spork-1.0.0rc1-x86-mswin32 spec/support/fake_run_strategy.rb
spork-1.0.0rc1-x86-mingw32 spec/support/fake_run_strategy.rb
spork-1.0.0rc0-x86-mswin32 spec/support/fake_run_strategy.rb
spork-1.0.0rc0-x86-mingw32 spec/support/fake_run_strategy.rb
spork-0.9.0-x86-mswin32 spec/support/fake_run_strategy.rb
spork-0.9.0-x86-mingw32 spec/support/fake_run_strategy.rb
spork-1.0.0rc0 spec/support/fake_run_strategy.rb
spork-0.9.0 spec/support/fake_run_strategy.rb
spork-0.9.0.rc9-x86-mswin32 spec/support/fake_run_strategy.rb
spork-0.9.0.rc9-x86-mingw32 spec/support/fake_run_strategy.rb
spork-0.9.0.rc9 spec/support/fake_run_strategy.rb
spork-0.9.0.rc8-x86-mswin32 spec/support/fake_run_strategy.rb