From 2cad5da620360048415d203f67a19c5f8d8ebe28 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 21 Apr 2015 12:19:47 +0000 Subject: [PATCH] Fix description wording in Client#to_s specs --- spec/uh/wm/client_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/uh/wm/client_spec.rb b/spec/uh/wm/client_spec.rb index 22a2a13..ef3cef5 100644 --- a/spec/uh/wm/client_spec.rb +++ b/spec/uh/wm/client_spec.rb @@ -33,7 +33,7 @@ module Uh expect(client.to_s).to include geo.to_s end - it 'includes window id' do + it 'includes window string representation' do expect(client.to_s).to include 'wid' end end