spec/trema/features-reply_spec.rb in trema-0.3.3 vs spec/trema/features-reply_spec.rb in trema-0.3.4

- old
+ new

@@ -45,10 +45,10 @@ its( :xid ) { should == 1234 } its( :n_buffers ) { should == 256 } its( :n_tables ) { should == 2 } its( :capabilities ) { should == 135 } its( :actions ) { should == 2047 } - its( :ports ) { subject.size.should == 3 } + its( "ports.size" ) { should == 3 } end describe FeaturesReply, ".new(options...) (No :datapath_id)" do subject {