spec/strategy_spec.rb in motion_bindable-0.0.6 vs spec/strategy_spec.rb in motion_bindable-0.1.0
- old
+ new
@@ -60,8 +60,14 @@
@strategy.attribute = 'test'
@object.attribute.should.equal 'test'
end
end
+ describe '#unbind' do
+ it 'should respond' do
+ @strategy.respond_to?(:unbind).should.equal true
+ end
+ end
+
end
end