Sha256: 7c45c666be514d5102d1f323a8e89cf178dae83be8673ccd47e972d845f302b7
Contents?: true
Size: 219 Bytes
Versions: 2
Compression:
Stored size: 219 Bytes
Contents
require 'spec_helper' describe Engine do subject { Engine.new } let(:plane) { subject.surface } it 'should render the surface' do expect(plane).to receive(:display) #.with(plane) subject.boot end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
straightedge-0.1.2 | spec/straightedge/motor/engine_spec.rb |
straightedge-0.1.1 | spec/straightedge/motor/engine_spec.rb |