Remove pending status from test

parent 471054e1
......@@ -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
......
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