spec/configuration_spec.rb in loquacious-1.6.2 vs spec/configuration_spec.rb in loquacious-1.6.3
- old
+ new
@@ -133,10 +133,10 @@
second 'bar', :desc => 'bar method'
}
@obj.first.should be_nil
@obj.second.should be_nil
- @obj.__desc.should == {}
+ @obj.__desc.should == {:first => nil, :second => nil}
@obj.merge! other
@obj.first.should == 'foo'
@obj.second.should == 'bar'
@obj.__desc.should == {