You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
248 B

require 'spec_helper'
describe Squib::Deck do
context '#csv' do
# it 'loads basic csv data' do
# expect(Squib.csv(file: csv_file('basic.csv'))).to eq({
# 'h1' => [1, 3],
# 'h2' => [2, 4]
# })
# end
end
end