Sha256: fbbb360a0a5b7c51ee9f0ac1e3bc6888bba6e9db032aff207e37dd5aea15d2d6

Contents?: true

Size: 440 Bytes

Versions: 30

Compression:

Stored size: 440 Bytes

Contents

class TeamGroupStatisticGateway < GatewayBase
  def id_key
    :id
  end

  def find(id)
    raise NotImplementedError, 'Life is a bitch'
  end

  def source
    @source ||= [
      FactoryGirl.build(:remote_team_group_statistic,
        :id       => 'team_0',
        :team_id  => 'team_0'
      ),
      FactoryGirl.build(:remote_team_group_statistic,
        :id       => 'team_1',
        :team_id  => 'team_1'
      ),
    ]
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
synchronisable-1.3.1 spec/dummy/app/gateways/team_group_statistic_gateway.rb
synchronisable-1.3.0 spec/dummy/app/gateways/team_group_statistic_gateway.rb
synchronisable-1.2.7 spec/dummy/app/gateways/team_group_statistic_gateway.rb
synchronisable-1.2.6 spec/dummy/app/gateways/team_group_statistic_gateway.rb
synchronisable-1.2.5 spec/dummy/app/gateways/team_group_statistic_gateway.rb
synchronisable-1.2.4 spec/dummy/app/gateways/team_group_statistic_gateway.rb
synchronisable-1.2.3 spec/dummy/app/gateways/team_group_statistic_gateway.rb
synchronisable-1.2.2 spec/dummy/app/gateways/team_group_statistic_gateway.rb
synchronisable-1.2.1 spec/dummy/app/gateways/team_group_statistic_gateway.rb
synchronisable-1.2.0 spec/dummy/app/gateways/team_group_statistic_gateway.rb
synchronisable-1.1.9 spec/dummy/app/gateways/team_group_statistic_gateway.rb
synchronisable-1.1.8 spec/dummy/app/gateways/team_group_statistic_gateway.rb
synchronisable-1.1.7 spec/dummy/app/gateways/team_group_statistic_gateway.rb
synchronisable-1.1.6 spec/dummy/app/gateways/team_group_statistic_gateway.rb
synchronisable-1.1.5 spec/dummy/app/gateways/team_group_statistic_gateway.rb
synchronisable-1.1.4 spec/dummy/app/gateways/team_group_statistic_gateway.rb
synchronisable-1.1.3 spec/dummy/app/gateways/team_group_statistic_gateway.rb
synchronisable-1.1.2 spec/dummy/app/gateways/team_group_statistic_gateway.rb
synchronisable-1.1.1 spec/dummy/app/gateways/team_group_statistic_gateway.rb
synchronisable-1.1.0 spec/dummy/app/gateways/team_group_statistic_gateway.rb