Sha256: 538d19ab29192698b2d388e5724d5a9eca036a0c100c5736a2235671e86c8015

Contents?: true

Size: 207 Bytes

Versions: 4

Compression:

Stored size: 207 Bytes

Contents

module CelluloidSpecs
  def self.included_module
    # Celluloid::IO implements this with with 'Celluloid::IO'
    Celluloid
  end

  # Timer accuracy enforced by the tests (50ms)
  TIMER_QUANTUM = 0.05
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
celluloid-0.17.1.2 spec/support/includer.rb
celluloid-0.17.1.1 spec/support/includer.rb
celluloid-0.17.1 spec/support/includer.rb
celluloid-0.17.0 spec/support/includer.rb