spec/lib/sections_spec.rb in wrap_it-0.2.0 vs spec/lib/sections_spec.rb in wrap_it-1.0.0
- old
+ new
@@ -1,7 +1,7 @@
require 'spec_helper'
-describe WrapIt::Sections do
+describe WrapIt::Sections, type: :wrapped do
it_behaves_like 'Base module'
describe 'self.section' do
it 'adds sections' do
wrapper_class.send(:section, :test, :section)