spec/support/groups.rb in message_train-0.1.7 vs spec/support/groups.rb in message_train-0.2.0

- old
+ new

@@ -1,3 +1,6 @@ shared_context 'groups' do let(:first_group) { Group.find_by_title('First Group') } + let(:membered_group) { Group.find_by_title('Membered Group') } + let(:empty_group) { Group.find_by_title('Empty Group') } + let(:unsubscribed_group) { Group.find_by_title('Unsubscribed Group') } end \ No newline at end of file