spec/bacon/unit/interop_spec.rb in caricature-0.7.2 vs spec/bacon/unit/interop_spec.rb in caricature-0.7.5
- old
+ new
@@ -23,21 +23,8 @@
subscriber = ClrModels::ExposedChangedSubscriber.new(@warrior)
@warrior.change_is_exposed
subscriber.counter.should.equal 1
end
- end
-
- describe "for an IR generated interface proxy" do
-
- before do
- @proxy = isolate ClrModels::IExposingWarrior
- end
-
- # apparently events don't work yet in IronRuby.. keeping this spec here to find out when it does
-# it "should not raise an error when subcribing to an event" do
-# lambda { ClrModels::ExposedChangedSubscriber.new(@proxy) }.should.not.raise
-# end
-
- end
+ end
end
\ No newline at end of file