spec/interop_spec.rb in casualjim-caricature-0.2.0 vs spec/interop_spec.rb in casualjim-caricature-0.3.0
- old
+ new
@@ -28,10 +28,10 @@
end
describe "for an IR generated interface proxy" do
before do
- @proxy = Caricature::RecordingClrProxy.new ClrModels::IExposingWarrior
+ @proxy = Caricature::ClrIsolator.new 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.subject) }.should.not.raise
\ No newline at end of file