adhearsion / adhearsion-drb

adhearsion-drb is an Adhearsion Plugin providing DRb connectivity. It allows third party ruby clients to connect to an Adhearsion instance for RPC.
MIT License
10 stars 4 forks source link

Two Adhearsion::Drb::Plugin::Service tests failing #1

Closed jsgoecke closed 12 years ago

jsgoecke commented 12 years ago

1) Adhearsion::Drb::Plugin::Service while running the Drb service should return normal Ruby data structures properly over DRb Failure/Error: Adhearsion::Plugin.load NoMethodError: private method `load' called for Adhearsion::Plugin:Class

./spec/adhearsion/drb/plugin/service_spec.rb:112:in`block (3 levels) in <top (required)>'

2) Adhearsion::Drb::Plugin::Service while running the Drb service should raise an exception for a non-existent interface Failure/Error: Adhearsion::Plugin.load NoMethodError: private method `load' called for Adhearsion::Plugin:Class

./spec/adhearsion/drb/plugin/service_spec.rb:112:in`block (3 levels) in <top (required)>'

bklang commented 12 years ago

Fixed and added to CI: https://ci.mojolingo.com/job/adhearsion-drb/