Sha256: 7d9ed03e7780583c9fdbf2c2e8ee9c735b734b6ffddf398465d92f0de6f454de
Contents?: true
Size: 306 Bytes
Versions: 21
Compression:
Stored size: 306 Bytes
Contents
# frozen_string_literal: true 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