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