Browse Source

cleanup test

dev
Andy Meneely 6 years ago
parent
commit
2f08200403
  1. 2
      samples/colors/_switch_color.rb
  2. 6
      samples/colors/_switch_color_data.csv

2
samples/colors/_switch_color.rb

@ -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

6
samples/colors/_switch_color_data.csv

@ -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.

1 Type Text
2 Snake This is a snake.
3 Lion This is a lion.
Loading…
Cancel
Save