removing rspec3 warning

This commit is contained in:
Luciano Sousa 2015-01-09 09:55:58 -03:00
parent c96220ca76
commit 16156bdc1d
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ describe GroupsController do
end
# Pending until we fix group truncation
pending "ensures that membership can be paginated" do
skip "ensures that membership can be paginated" do
5.times { group.add(Fabricate(:user)) }
usernames = group.users.map{ |m| m['username'] }.sort