From e341a7b3da245fa5eb221ba987850700a5920e98 Mon Sep 17 00:00:00 2001 From: "Darryl L. Pierce" Date: Mon, 4 Feb 2013 14:48:10 +0000 Subject: 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 --- qpid/cpp/bindings/qpid/ruby/spec/qpid_messaging/connection_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp') 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 -- cgit v1.2.1