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