Sha256: 8e4c58e42a42e643febc202d061416a6941f39fcfcb857a55271a169e36a3e9e
Contents?: true
Size: 436 Bytes
Versions: 5
Compression:
Stored size: 436 Bytes
Contents
require 'spec_helper' describe 'handling 7 slot stages' do let(:image) { ImageHelpers.inhs_stage_7_slot } let(:sqed) { Sqed.new(target_image: image, target_pattern: :seven_slot, boundary_color: :red, has_border: false ) } context 'parses' do specify 'new() without errors' do expect( sqed ).to be_truthy end specify 'get_result without errors' do expect( sqed.result ).to be_truthy end end end
Version data entries
5 entries across 5 versions & 1 rubygems