fixes failing spec

This commit is contained in:
zmagod 2018-04-19 17:46:44 +02:00
parent bb3e1b4dcf
commit ec5a8336b9

View file

@ -57,7 +57,7 @@ describe SmartAnnotations::Preview do
trimmed_repository_name = subject.__send__(
:trim_repository_name, 'banana'
)
expect(trimmed_repository_name).to eq('BAN')
expect(trimmed_repository_name).to eq('Ban')
end
end
end