cleanup test
parent
ecb75281b3
commit
2f08200403
|
|
@ -5,7 +5,7 @@ require 'squib'
|
||||||
# black snake cards with white text
|
# black snake cards with white text
|
||||||
color = 'white'
|
color = 'white'
|
||||||
|
|
||||||
cards = Squib.csv file: '_switch_color_data.csv', col_sep: "\t"
|
cards = Squib.csv file: '_switch_color_data.csv'
|
||||||
|
|
||||||
Squib::Deck.new cards: cards['Type'].size do
|
Squib::Deck.new cards: cards['Type'].size do
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
Type Text
|
Type,Text
|
||||||
Snake This is a snake.
|
Snake,This is a snake.
|
||||||
Lion This is a lion.
|
Lion,This is a lion.
|
||||||
|
|
|
||||||
|
Loading…
Reference in New Issue