require'spec_helper'describeChatService,models: truedodescribe"Associations"doit{is_expected.tohave_many:chat_names}enddescribe'#valid_token?'dosubject{described_class.new}it'is false as it has no token'doexpect(subject.valid_token?('wer')).tobe_falseyendendend