Skip to content

Commit

Permalink
[ci] Remove unused groups_user factory
Browse files Browse the repository at this point in the history
  • Loading branch information
Moises Deniz Aleman committed Feb 24, 2016
1 parent 9921ccf commit fbb870f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions src/api/spec/factories/groups_user.rb

This file was deleted.

2 changes: 1 addition & 1 deletion src/api/spec/factories/users.rb
Expand Up @@ -14,7 +14,7 @@

factory :user_with_groups do
after(:create) do |user|
user.groups_users << create(:groups_user, group: create(:group))
create(:group, users: [user])
end
end
end
Expand Down

0 comments on commit fbb870f

Please sign in to comment.