gitlab-org--gitlab-foss/spec/support
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
..
api
banzai Fix Markdown styling inside reference links 2016-11-01 09:49:30 +00:00
cycle_analytics_helpers
features Remove default value for `project` argument on subscribable concern 2016-11-17 15:10:13 -02:00
gitlab_stubs
import_export Merge branch 'fix/import-export-symlink-vulnerability' into 'security' 2016-11-03 16:04:18 +01:00
matchers Speed up Project security access specs 2016-11-28 17:34:27 +08:00
services
api_helpers.rb
capybara.rb
capybara_helpers.rb
carrierwave.rb Clear Carrierwave upload after each test example 2016-11-23 09:51:50 +01:00
cycle_analytics_helpers.rb Merge branch 'issue_23548_dev' into 'master' 2016-11-09 12:25:17 +01:00
database_connection_helpers.rb Write a spec covering the race condition during group deletion. 2016-11-18 14:27:13 +05:30
db_cleaner.rb Precalculate user's authorized projects in database 2016-11-18 20:25:45 +02:00
email_format_shared_examples.rb
email_helpers.rb Test against notification email 2016-10-21 18:22:09 +08:00
factory_girl.rb
fake_u2f_device.rb
filter_spec_helper.rb
fixture_helpers.rb
git_helpers.rb
git_http_helpers.rb
import_spec_helper.rb
issue_helpers.rb
issue_tracker_service_shared_example.rb Prevent wrong markdown on issue ids when project has Jira service activated 2016-10-19 13:46:04 -02:00
javascript_fixtures_helpers.rb Replace static issue fixtures by script (!6059) 2016-10-28 14:02:17 +02:00
jira_service_helper.rb Allow enabling and disabling commit and MR events for JIRA 2016-11-18 15:17:51 -02:00
ldap_helpers.rb
login_helpers.rb Fix nesting on sessions/new. 2016-10-15 08:28:53 +02:00
markdown_feature.rb
mentionable_shared_examples.rb
merge_request_helpers.rb
notify_shared_examples.rb Merge remote-tracking branch 'upstream/master' into pipeline-notifications 2016-10-25 23:03:47 +08:00
omni_auth.rb
project_features_apply_to_issuables_shared_examples.rb Merge branch '22481-honour-issue-visibility-for-groups' into 'security' 2016-11-09 12:24:13 +01:00
project_hook_data_shared_example.rb
rake_helpers.rb Add Rake task to create/repair GitLab Shell hooks symlinks 2016-11-01 14:52:59 -05:00
reference_parser_helpers.rb
reference_parser_shared_examples.rb Merge branch 'issue_23548_dev' into 'master' 2016-11-09 12:25:17 +01:00
repo_helpers.rb
search_helpers.rb Fix broken commits search 2016-11-08 12:03:23 +02:00
select2_helper.rb Trigger change even in select2 test helper to produce production-like behaviour 2016-10-24 13:14:00 +03:00
services_shared_context.rb
setup_builds_storage.rb Clear test build storage directory before each example 2016-11-23 13:51:05 +01:00
slash_commands_helpers.rb
snippets_shared_examples.rb
stub_configuration.rb
stub_gitlab_calls.rb
stub_gitlab_data.rb
taskable_shared_examples.rb add "x of y tasks completed" on issuable 2016-10-28 14:01:36 -02:00
test_env.rb Fix Error 500 when creating a merge request that contains an image that was deleted and added 2016-11-14 15:57:01 +01:00
updating_mentions_shared_examples.rb
wait_for_ajax.rb Wait for ajax for every merge request spinach test 2016-10-18 18:55:11 +03:00
wait_for_vue_resource.rb
webmock.rb
workhorse_helpers.rb