Fix test indentation, name and remove a blank line
This commit is contained in:
parent
d557906fe9
commit
bc7fc2634e
1 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Procedure do
|
||||
|
||||
describe 'mails' do
|
||||
describe 'mail templates' do
|
||||
it { expect(subject.initiated_mail).to be_a(Mails::InitiatedMail) }
|
||||
it { expect(subject.received_mail).to be_a(Mails::ReceivedMail) }
|
||||
it { expect(subject.closed_mail).to be_a(Mails::ClosedMail) }
|
||||
|
|
Loading…
Reference in a new issue