Sha256: bc7420f1c9c302cb1c2d6f9a2d712f6027c54f9a7fa9a777a30a56256baaa0fa

Contents?: true

Size: 215 Bytes

Versions: 1

Compression:

Stored size: 215 Bytes

Contents

class Factory
  def self.node(overrides = {})
    BigBrother::Node.new(
      {
        :address => 'localhost',
        :port    => 8081,
        :path    => '/test/status'
      }.merge(overrides)
    )
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
big_brother-0.5.0 spec/support/factories/node_factory.rb