Fix broken test

dev
Andy Meneely 2015-04-27 09:26:46 -04:00
parent 25773a8ee5
commit 0aa5c500c0
1 changed files with 3 additions and 3 deletions

View File

@ -40,9 +40,9 @@ describe Squib::Deck do
it 'loads xlsx with formulas' do it 'loads xlsx with formulas' do
expect(Squib.xlsx(file: xlsx_file('formulas.xlsx'))).to eq({ expect(Squib.xlsx(file: xlsx_file('formulas.xlsx'))).to eq({
'A' => %w(1, 2), 'A' => %w(1 2),
'B' => %w(3, 4), 'B' => %w(3 4),
'Sum' => %w(4, 6), 'Sum' => %w(4 6),
}) })
end end