mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-13 21:43:47 -05:00
Added fixtures
This commit is contained in:
@@ -7,9 +7,7 @@ describe 'table'
|
||||
describe 'API'
|
||||
before
|
||||
new
|
||||
normal! ggdG
|
||||
call tablemode#TableModeEnable()
|
||||
normal i
|
||||
read t/fixtures/sample.txt
|
||||
end
|
||||
|
||||
it 'should return true when inside a table'
|
||||
@@ -24,8 +22,7 @@ describe 'table'
|
||||
describe 'Tableize'
|
||||
before
|
||||
new
|
||||
before
|
||||
new
|
||||
read t/fixtures/tableize.txt
|
||||
end
|
||||
|
||||
it 'should tableize with default delimiter'
|
||||
|
||||
Reference in New Issue
Block a user