Sha256: 4ec67f0514c43124a2f4469d8df777fad3dee5b1f9bbd259f7ec616e81489372
Contents?: true
Size: 747 Bytes
Versions: 1
Compression:
Stored size: 747 Bytes
Contents
require 'test_helper' module Vedeu module DSL describe Geometry do # describe '#geometry' do # context 'when the required block is not given' do # subject { instance.geometry } # it { proc { subject }.must_raise(Vedeu::Error::RequiresBlock) } # end # context 'when the block is given' do # subject { instance.geometry { } } # context 'when the name is not given' do # it 'uses the name of the model' do # # @todo Add more tests. # end # end # context 'when the name is given' do # # @todo Add more tests. # end # end # end end # Geometry end # DSL end # Vedeu
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vedeu-0.8.0 | test/lib/vedeu/dsl/geometry_test.rb |