Fixing tests

This commit is contained in:
Dhruva Sagar
2014-05-01 21:29:31 +05:30
parent d73236f964
commit 13e1a20002

View File

@@ -7,6 +7,7 @@ describe 'table'
describe 'IsRow' describe 'IsRow'
before before
new new
normal! ggdG
read t/fixtures/table/sample.txt read t/fixtures/table/sample.txt
end end
@@ -24,6 +25,7 @@ describe 'table'
describe 'IsBorder' describe 'IsBorder'
before before
new new
normal! ggdG
read t/fixtures/table/sample_with_header.txt read t/fixtures/table/sample_with_header.txt
end end
@@ -43,6 +45,7 @@ describe 'table'
describe 'IsHeader' describe 'IsHeader'
before before
new new
normal! ggdG
read t/fixtures/table/sample_with_header.txt read t/fixtures/table/sample_with_header.txt
end end
@@ -62,6 +65,7 @@ describe 'table'
describe 'AddBorder' describe 'AddBorder'
before before
new new
normal! ggdG
read t/fixtures/table/sample_for_header.txt read t/fixtures/table/sample_for_header.txt
end end
@@ -74,6 +78,7 @@ describe 'table'
describe 'for unicode' describe 'for unicode'
before before
new new
normal! ggdG
read t/fixtures/table/sample_for_header_unicode.txt read t/fixtures/table/sample_for_header_unicode.txt
end end
@@ -103,6 +108,7 @@ describe 'table'
describe 'for simple' describe 'for simple'
before before
new new
normal! ggdG
read t/fixtures/table/sample_realign_before.txt read t/fixtures/table/sample_realign_before.txt
end end
@@ -130,6 +136,7 @@ describe 'table'
describe 'for simple' describe 'for simple'
before before
new new
normal! ggdG
read t/fixtures/table/sample_header_realign_before.txt read t/fixtures/table/sample_header_realign_before.txt
end end