Fixing failing test with setting a default
parent
56905b08bc
commit
3659579404
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue