test/service_test.rb in mojombo-bertrpc-0.1.2 vs test/service_test.rb in mojombo-bertrpc-0.2.0
- old
+ new
@@ -19,10 +19,10 @@
should "return it's port" do
assert_equal 9941, @svc.port
end
- should "return a Mod instance" do
- assert @svc.mymod.is_a?(BERTRPC::Mod)
+ should "return a Call instance" do
+ assert @svc.call.is_a?(BERTRPC::CallProxy)
end
end
end
\ No newline at end of file