[refs #33] fix spec name

This commit is contained in:
Alexander Machehin 2013-03-19 18:42:04 +06:00
parent d966e46ffa
commit 7acd6526c3
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ describe UserMailer do
@email.body.encoded.should match(@issue.project.name)
end
it 'should assign issue title' do
it 'should assign issue body' do
@email.body.encoded.should match(@issue.body)
end
end