mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-27 10:08:11 +08:00
removes unneeded spec
This commit is contained in:
parent
3e10ff7fc5
commit
69783cb73e
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue