Fixing failing test with setting a default

dev
Andy Meneely 2014-08-21 15:47:00 -04:00
parent 56905b08bc
commit 3659579404
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ module Squib
@font = Squib::SYSTEM_DEFAULTS[:default_font] @font = Squib::SYSTEM_DEFAULTS[:default_font]
@cards = [] @cards = []
@custom_colors = {} @custom_colors = {}
@img_dir = '.'
@progress_bar = Squib::Progress.new(false) @progress_bar = Squib::Progress.new(false)
cards.times{ @cards << Squib::Card.new(self, width, height) } cards.times{ @cards << Squib::Card.new(self, width, height) }
load_config(config) load_config(config)