Skip to content

Commit

Permalink
TST: Fix conflict w/ lh-brackets test support functions
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHermitte committed Jan 16, 2019
1 parent fc8e1f9 commit 01133ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/sem_style_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
vim.set('sw=2')
vim.command('silent! unlet g:cpp_explicit_default')
vim.command('silent! unlet g:cpp_std_flavour')
expect(vim.command('runtime! spec/support/c-snippets.vim')).to eq "" # if snippet
expect(vim.command('runtime! spec/support/c-styled-snippets.vim')).to eq "" # if snippet
expect(vim.command('verbose iab if')).to match(/LH_cpp_snippets_def_abbr/)
vim.command('call lh#style#clear()')
expect(vim.echo('lh#style#get("c")')).to eq "{}"
Expand Down Expand Up @@ -188,7 +188,7 @@
vim.set('sw=2')
vim.command('silent! unlet g:cpp_explicit_default')
vim.command('silent! unlet g:cpp_std_flavour')
expect(vim.command('runtime! spec/support/c-snippets.vim')).to eq "" # if snippet
expect(vim.command('runtime! spec/support/c-styled-snippets.vim')).to eq "" # if snippet
expect(vim.command('verbose iab if')).to match(/LH_cpp_snippets_def_abbr/)
vim.command('call lh#style#clear()')
expect(vim.echo('lh#style#get("c")')).to eq "{}"
Expand Down

0 comments on commit 01133ae

Please sign in to comment.