Skip to content

Commit

Permalink
Fix test for DRb plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bklang committed Jan 8, 2012
1 parent cec1606 commit 658aca6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions spec/adhearsion/drb/plugin/service_spec.rb
Expand Up @@ -93,11 +93,9 @@
Adhearsion::Logging.silence!
end

let :a do
Class.new Adhearsion::Plugin do
rpc :foo do
[3,2,1]
end
class Blah < Adhearsion::Plugin
rpc :foo do
[3,2,1]
end
end

Expand Down

0 comments on commit 658aca6

Please sign in to comment.