Remove pending status from test

This commit is contained in:
Jan-Willem van der Meer
2014-10-15 14:25:06 +02:00
parent 471054e1f5
commit 435b6f9135
-1
View File
@@ -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