removes unneeded spec

This commit is contained in:
zmagod 2018-05-16 12:11:18 +02:00
parent 3e10ff7fc5
commit 69783cb73e

View file

@ -86,13 +86,6 @@ describe SmartAnnotations::HtmlPreview do
)
expect(trimmed_repository_name).to eq('Two')
end
it 'does not return 3 letters of the first word' do
trimmed_repository_name = subject.__send__(
:trim_repository_name, 'two words'
)
expect(trimmed_repository_name).not_to eq('Two')
end
end
end
end