diff options
| author | Darryl L. Pierce <mcpierce@apache.org> | 2013-02-04 14:48:10 +0000 |
|---|---|---|
| committer | Darryl L. Pierce <mcpierce@apache.org> | 2013-02-04 14:48:10 +0000 |
| commit | 38ef7182917fbb93b1b1a5db2fa46b6d285dbff2 (patch) | |
| tree | 50eb99f203979ae0a2f336a49eefb13383358f81 /cpp | |
| parent | 3396562f8766d757a853573a5a6627f2cb0c8d23 (diff) | |
| download | qpid-python-38ef7182917fbb93b1b1a5db2fa46b6d285dbff2.tar.gz | |
NO-JIRA: Fixed Rspec tests to remove deprecated methods.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1442140 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/bindings/qpid/ruby/spec/qpid_messaging/connection_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qpid/ruby/spec/qpid_messaging/connection_spec.rb b/cpp/bindings/qpid/ruby/spec/qpid_messaging/connection_spec.rb index a2f5b7e898..811abf36e9 100644 --- a/cpp/bindings/qpid/ruby/spec/qpid_messaging/connection_spec.rb +++ b/cpp/bindings/qpid/ruby/spec/qpid_messaging/connection_spec.rb @@ -37,7 +37,7 @@ module Qpid connection = Qpid::Messaging::Connection.new :options => {:username => "foo"} connection.options.should include("username") - }.should_not raise_error + }.to_not raise_error end it "returns the underlying implementation" do |
