test cleanup
parent
f9c8b37222
commit
f638fec87a
|
|
@ -13,7 +13,13 @@ describe Squib::Sprue do
|
|||
Squib::Sprue::DEFAULTS['crop_line']['overlay']
|
||||
)
|
||||
expect(tmpl.crop_lines).to eq([])
|
||||
expect(tmpl.cards).to eq([{ 'x' => 50, 'y' => 100, 'rotate' => 0 }])
|
||||
expect(tmpl.cards).to eq([{
|
||||
'x' => 50,
|
||||
'y' => 100,
|
||||
'rotate' => 0,
|
||||
'flip_horizontal' => false,
|
||||
'flip_vertical' => false,
|
||||
}])
|
||||
end
|
||||
|
||||
it 'loads from the default templates if none exists' do
|
||||
|
|
|
|||
Loading…
Reference in New Issue