gitlab-org--gitlab-foss/spec
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
..
bin
config Make mail_room idle_timeout option configurable. 2016-11-16 12:46:37 +01:00
controllers Merge branch 'rephrase-system-notes' into 'master' 2016-11-25 04:36:13 +00:00
factories Merge remote-tracking branch 'upstream/master' into fix-cancelling-pipelines 2016-11-22 18:46:35 +08:00
features Speed up Project security access specs 2016-11-28 17:34:27 +08:00
finders Precalculate user's authorized projects in database 2016-11-18 20:25:45 +02:00
fixtures add parsing support for incoming html email 2016-11-17 11:59:44 +09:00
helpers Merge branch 'milestone_start_date' into 'master' 2016-11-23 13:23:13 +00:00
initializers
javascripts Fix title case to sentence case 2016-11-23 16:34:58 -07:00
lib Merge branch 'timeout-merge-request-for-binary-file' into 'master' 2016-11-25 16:19:03 +00:00
mailers Use `Gitlab.config.gitlab.host` over `'localhost'` 2016-11-18 20:17:10 +08:00
models Merge branch 'fix-cancelling-pipelines' into 'master' 2016-11-25 09:48:04 +00:00
policies Added tests for IssuePolicy 2016-11-07 12:49:24 +01:00
requests Merge branch 'zj-expose-coverage-pipelines' into 'master' 2016-11-25 16:51:53 +00:00
routing Add nested groups support to the routing 2016-11-23 14:08:36 +02:00
serializers Merge branch 'zj-upgrade-grape' into 'master' 2016-11-25 04:05:17 +00:00
services Merge branch 'timeout-merge-request-for-binary-file' into 'master' 2016-11-25 16:19:03 +00:00
support Speed up Project security access specs 2016-11-28 17:34:27 +08:00
tasks/gitlab Introduce better credential and error checking to `rake gitlab:ldap:check` 2016-11-08 15:46:10 -06:00
uploaders
views Merge branch '24779-last-deployment-call-on-nil-environment-fix' into 'master' 2016-11-24 14:31:20 +00:00
workers Refactor cache refreshing/expiring 2016-11-21 15:05:13 +01:00
factories_spec.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Refine specs for build show page with environments 2016-11-09 19:40:25 +01:00
teaspoon_env.rb