spec/lib/container_spec.rb in wrap_it-0.1.5 vs spec/lib/container_spec.rb in wrap_it-0.2.0

- old
+ new

@@ -1,11 +1,6 @@ require 'spec_helper' describe WrapIt::Container do -# it 'adds base child' do -# successor_class.class_eval { child :test, [tag: 'li'] } -# successor.test -# expect(successor.instance_variable_get(:@children).size).to eq 1 +# it 'not collects children without deffered_render' do # end - - pending 'adds safe helpers' end