Sha256: 2e891881eb50fe66ad9db7700ecce5b2ba45073d289bc28f2b7df55cbb6e2d00
Contents?: true
Size: 274 Bytes
Versions: 21
Compression:
Stored size: 274 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
21 entries across 21 versions & 1 rubygems