gitlab-org--gitlab-foss/spec/support/matchers
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
..
access_matchers.rb Speed up Project security access specs 2016-11-28 17:34:27 +08:00
be_like_time.rb Add a be_like_time matcher and use it in specs 2016-10-17 14:44:20 +01:00
be_url.rb Improve code design after code review 2016-11-16 23:10:27 +01:00
have_issuable_counts.rb Small improvements thanks to Robert's feedback 2016-09-30 12:02:54 +02:00
include_module.rb Move custom matchers to their own files under spec/support/matchers 2015-07-22 00:01:17 -04:00
is_within.rb Move custom matchers to their own files under spec/support/matchers 2015-07-22 00:01:17 -04:00
markdown_matchers.rb Remove VideoJS and clean the integration 2016-07-20 11:36:42 +02:00