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 | e341a7b3da245fa5eb221ba987850700a5920e98 (patch) | |
| tree | d6fc87182cc0147073b6365a051c26983c1cfa1a /qpid/cpp | |
| parent | 67d46dc8034c3f836cf49e8eaf818f983232dc38 (diff) | |
| download | qpid-python-e341a7b3da245fa5eb221ba987850700a5920e98.tar.gz | |
NO-JIRA: Fixed Rspec tests to remove deprecated methods.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1442140 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/bindings/qpid/ruby/spec/qpid_messaging/connection_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/bindings/qpid/ruby/spec/qpid_messaging/connection_spec.rb b/qpid/cpp/bindings/qpid/ruby/spec/qpid_messaging/connection_spec.rb index a2f5b7e898..811abf36e9 100644 --- a/qpid/cpp/bindings/qpid/ruby/spec/qpid_messaging/connection_spec.rb +++ b/qpid/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 |
