Skip to content

Commit

Permalink
add regression test case for #70
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Feb 14, 2021
1 parent cb6ede9 commit be97d5e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/all.vimspec
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,17 @@ Describe git-messenger.vim
let mes = execute('message')
Assert Match(mes, '\<git-messenger: ', mes)
End

It works under .github directory (#70)
" Close README.md
bwipeout!

view! .github/workflows/ci.yml
GitMessenger
let p = GetPopup()
Assert IsNotNone(p)
Assert KeyExists(p, 'bufnr')
End
End

Describe Popup window
Expand Down

0 comments on commit be97d5e

Please sign in to comment.