Merge pull request #3087 from lucianosousa/rspec3-syntax

removing rspec3 warning
This commit is contained in:
Régis Hanol 2015-01-09 16:13:29 +01:00
commit bce12d17c7
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