Sha256: 63926f712b9d000cfcab05894cade2888ec01d2d18af016c4185dc084cc5addf
Contents?: true
Size: 347 Bytes
Versions: 8
Compression:
Stored size: 347 Bytes
Contents
require 'spec_helper' describe "DotGrid::Page::Grid" do describe "#post_initialize" do let(:subject) { DotGrid::Page::Grid.new({})} before do allow(::DotGrid::Pattern::Grid).to receive(:new) end it "draws the pattern" do expect(subject).to receive(:add_pattern) subject.post_initialize({}) end end end
Version data entries
8 entries across 8 versions & 1 rubygems