From 38ef7182917fbb93b1b1a5db2fa46b6d285dbff2 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/qpid@1442140 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/bindings/qpid/ruby/spec/qpid_messaging/connection_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') 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 -- cgit v1.2.1