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 53efa2a commit fc8e1f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/ec_simple_styles_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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/)
expect(vim.echo('lh#style#clear()')).to eq "0"
expect(vim.echo('lh#style#get("c")')).to eq "{}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
"=============================================================================
" File: spec/support/c-snippets.vim {{{1
" File: spec/support/c-styled-snippets.vim {{{1
" Author: Luc Hermitte <EMAIL:luc {dot} hermitte {at} gmail {dot} com>
" <URL:http://github.com/LucHermitte/lh-style>
" License: GPLv3 with exceptions
" <URL:http://github.com/LucHermitte/lh-style/License.md>
" Version: 1.0.0.
let s:k_version = '100'
" Created: 09th Aug 2017
" Last Update: 17th Oct 2017
" Last Update: 16th Jan 2019
"------------------------------------------------------------------------
" Description:
" Support definitions for lh-deb vimrunner tests
Expand Down

0 comments on commit fc8e1f9

Please sign in to comment.