gitlab-org--gitlab-foss/spec/features/security/project
Robert Speicher 13ad9a745a Speed up Project security access specs
Prior, every single test was creating four `ProjectMember` objects, each
of which created one `User` record, even though each test only used
_one_ of those Users, if any.

Now each test only creates the single user record it needs, if it needs
one. This shaves minutes off of each spec file changed here.
2016-11-28 17:34:27 +08:00
..
snippet Add missing security specs for raw snippet access 2016-11-05 07:11:50 +00:00
internal_access_spec.rb Speed up Project security access specs 2016-11-28 17:34:27 +08:00
private_access_spec.rb Speed up Project security access specs 2016-11-28 17:34:27 +08:00
public_access_spec.rb Speed up Project security access specs 2016-11-28 17:34:27 +08:00