Sha256: 8317736287ef7b2bd9deb58971165c3d67ba1bb9272d345504818a8183c7cfdf

Contents?: true

Size: 352 Bytes

Versions: 22

Compression:

Stored size: 352 Bytes

Contents

class StageGateway < GatewayBase
  def id_key
    :stage_id
  end

  def source
    @source ||= [
      FactoryGirl.build(:remote_stage,
        :stage_id    => 'stage_0',
        :matches_ids => %w(match_0)
      ),
      FactoryGirl.build( :remote_stage,
        :stage_id    => 'stage_1',
        :matches_ids => %w(match_0)
      )
    ]
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
synchronisable-1.1.3 spec/dummy/app/gateways/stage_gateway.rb
synchronisable-1.1.2 spec/dummy/app/gateways/stage_gateway.rb
synchronisable-1.1.1 spec/dummy/app/gateways/stage_gateway.rb
synchronisable-1.1.0 spec/dummy/app/gateways/stage_gateway.rb
synchronisable-1.0.9 spec/dummy/app/gateways/stage_gateway.rb
synchronisable-1.0.8 spec/dummy/app/gateways/stage_gateway.rb
synchronisable-1.0.7 spec/dummy/app/gateways/stage_gateway.rb
synchronisable-1.0.6 spec/dummy/app/gateways/stage_gateway.rb
synchronisable-1.0.5 spec/dummy/app/gateways/stage_gateway.rb
synchronisable-1.0.4 spec/dummy/app/gateways/stage_gateway.rb
synchronisable-1.0.3 spec/dummy/app/gateways/stage_gateway.rb
synchronisable-1.0.2 spec/dummy/app/gateways/stage_gateway.rb
synchronisable-1.0.1 spec/dummy/app/gateways/stage_gateway.rb
synchronisable-1.0.0 spec/dummy/app/gateways/stage_gateway.rb
synchronisable-0.0.9 spec/dummy/app/gateways/stage_gateway.rb
synchronisable-0.0.8 spec/dummy/app/gateways/stage_gateway.rb
synchronisable-0.0.7 spec/dummy/app/gateways/stage_gateway.rb
synchronisable-0.0.6 spec/dummy/app/gateways/stage_gateway.rb
synchronisable-0.0.5 spec/dummy/app/gateways/stage_gateway.rb
synchronisable-0.0.4 spec/dummy/app/gateways/stage_gateway.rb