From 59450e43a7832ae6b1ac126781007642c01d464a Mon Sep 17 00:00:00 2001 From: Bharath Sekar Date: Thu, 26 Jan 2017 12:12:05 -0800 Subject: [PATCH] remove unused test [#137289879] https://www.pivotaltracker.com/story/show/137289879 Signed-off-by: Helen Chung --- spec/client_reg_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/client_reg_spec.rb b/spec/client_reg_spec.rb index ad5b8fc..65b323d 100644 --- a/spec/client_reg_spec.rb +++ b/spec/client_reg_spec.rb @@ -43,7 +43,6 @@ module CF::UAA it 'lists client registrations' do Cli.run('clients').should be Cli.output.string.should include @admin_client, @test_client - Cli.output.string.should match(/created_by: .* created_by:/) end context 'as test client' do