removing rspec3 warning
This commit is contained in:
parent
c96220ca76
commit
16156bdc1d
|
@ -69,7 +69,7 @@ describe GroupsController do
|
||||||
end
|
end
|
||||||
|
|
||||||
# Pending until we fix group truncation
|
# 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)) }
|
5.times { group.add(Fabricate(:user)) }
|
||||||
usernames = group.users.map{ |m| m['username'] }.sort
|
usernames = group.users.map{ |m| m['username'] }.sort
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue