spec/unit/hexp/node/rewrite_spec.rb in hexp-0.3.3 vs spec/unit/hexp/node/rewrite_spec.rb in hexp-0.4.0.beta1

- old
+ new

@@ -58,10 +58,10 @@ end end end it 'should not pass those nodes again to the block' do - rewriter.to_hexp.should == H[:div, [ + expect(rewriter.to_hexp).to eql H[:div, [ [:a], [:blockquote, [ [:p]]], [:br]]] end