From 435b6f9135db61440ebf9bd54e741ebd9a385fdb Mon Sep 17 00:00:00 2001 From: Jan-Willem van der Meer Date: Wed, 15 Oct 2014 14:25:06 +0200 Subject: [PATCH] Remove pending status from test --- spec/requests/api/ldap_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/requests/api/ldap_spec.rb b/spec/requests/api/ldap_spec.rb index 8d98dc4d02..4d24fef143 100644 --- a/spec/requests/api/ldap_spec.rb +++ b/spec/requests/api/ldap_spec.rb @@ -25,7 +25,6 @@ describe API::API do context "when authenticated as user" do it "should return an array of ldap groups" do - pending('Needs refactoring') get api("/ldap/groups", user) response.status.should == 200 json_response.should be_an Array