Skip to content

Commit

Permalink
[CS] Satisfy RSpec deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Aug 17, 2013
1 parent c75c4fd commit 9f80108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/adhearsion/punchblock_plugin/initializer_spec.rb
Expand Up @@ -179,7 +179,7 @@ def initialize_punchblock(options = {})
Adhearsion.process.booted
Adhearsion.process.shutdown
mock_client.stub(:run).and_raise Punchblock::DisconnectedError
Initializer.should_not raise_error Punchblock::DisconnectedError
Initializer.should_not raise_error
end
end

Expand Down

0 comments on commit 9f80108

Please sign in to comment.