Sha256: c00ca8a5f4b9c03c4ba83f9eaae1ee675694d69facb4743f01833df4ce3b5602
Contents?: true
Size: 275 Bytes
Versions: 16
Compression:
Stored size: 275 Bytes
Contents
shared_context 'groups' do let(:first_group) { Group.find_by_title('First Group') } let(:second_group) { Group.find_by_title('Second Group') } let(:third_group) { Group.find_by_title('Third Group') } let(:disabled_group) { Group.find_by_title('Disabled Group') } end
Version data entries
16 entries across 16 versions & 1 rubygems