test/lib/vedeu/geometry/geometry_test.rb in vedeu-0.6.47 vs test/lib/vedeu/geometry/geometry_test.rb in vedeu-0.6.48

- old
+ new

@@ -90,9 +90,17 @@ # @todo Add more tests. # it { skip } end + describe '#deputy' do + subject { instance.deputy } + + it 'returns the DSL instance' do + subject.must_be_instance_of(Vedeu::Geometry::DSL) + end + end + describe '#eql?' do let(:other) { instance } subject { instance.eql?(other) }