Sha256: 99a927f42ff7762b8dcd62813b590e5753891d8130a623c6dcdc6849688eae75
Contents?: true
Size: 484 Bytes
Versions: 93
Compression:
Stored size: 484 Bytes
Contents
shared_examples_for 'Mdm::Module::Detail does not support stance with mtype' do |mtype| context "with #{mtype.inspect}" do # define as a let so that lets from outer context can access option to set detail. let(:mtype) do mtype end it 'should return false for supports_stance?' do detail.supports_stance?.should be_false end context 'with nil stance' do let(:stance) do nil end it { should be_valid } end end end
Version data entries
93 entries across 93 versions & 1 rubygems