Remove pending status from test

parent 471054e1
...@@ -25,7 +25,6 @@ describe API::API do ...@@ -25,7 +25,6 @@ describe API::API do
context "when authenticated as user" do context "when authenticated as user" do
it "should return an array of ldap groups" do it "should return an array of ldap groups" do
pending('Needs refactoring')
get api("/ldap/groups", user) get api("/ldap/groups", user)
response.status.should == 200 response.status.should == 200
json_response.should be_an Array json_response.should be_an Array
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment