gitlab-org--gitlab-foss/spec/support/helpers
Thong Kuah 504cbb27c1 Remove un-used inheritance from service
Remove the inheritance from ::BaseService which is causing us to inherit
the initializer that has project as the first arg, as we will not have
access to project with forthcoming group clusters.

Also call install service from create service - 1 less thing to re-use

Extract TestRequest code into a spec helper. Given that we need
different behaviour for Rails 5.0 (and again in Rails 5.1!), it's handy
to have that branching behaviour in one place
2018-10-15 11:09:10 +13:00
..
features Fix preview of commit tagging 2018-08-10 17:51:34 +02:00
api_helpers.rb Removed API endpoint and specs 2018-05-30 18:23:07 +02:00
assets_helpers.rb find assets in test for CI and local test 2018-06-06 11:28:13 +02:00
bare_repo_operations.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
board_helpers.rb Merge branch 'master' into 'bootstrap4' 2018-04-24 00:21:38 +00:00
capybara_helpers.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
cookie_helper.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
cycle_analytics_helpers.rb Remove Gitlab::Git::Repository#rugged and Gollum code 2018-10-02 16:34:28 -03:00
database_connection_helpers.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
devise_helpers.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
drag_to_helper.rb Make simulateDrag duration configurable 2018-05-31 20:30:11 +05:30
dropzone_helper.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
email_helpers.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
exclusive_lease_helpers.rb Add helper methods to stub Gitlab::ExclusiveLease 2018-06-28 19:24:40 -03:00
expect_next_instance_of.rb Implement `expect_next_instance_of` and use it 2018-06-21 16:32:07 +08:00
expect_offense.rb Introduce a new FactoriesInMigrationSpecs cop 2018-04-06 17:41:52 +02:00
fake_blob_helpers.rb
fake_migration_classes.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
fake_u2f_device.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
filter_item_select_helper.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
filter_spec_helper.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
filtered_search_helpers.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
fixture_helpers.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
git_helpers.rb Remove Gitlab::Git::Repository#rugged and Gollum code 2018-10-02 16:34:28 -03:00
git_http_helpers.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
gitlab_verify_helpers.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
gpg_helpers.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
graphql_helpers.rb Add mutation toggling WIP state of merge requests 2018-07-25 18:37:12 +02:00
import_spec_helper.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
input_helper.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
inspect_requests.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
issue_helpers.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
javascript_fixtures_helpers.rb Gitlab::Shell works on shard name, not path 2018-04-25 13:36:22 +02:00
jira_service_helper.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
key_generator_helper.rb Resolve Naming/UncommunicativeMethod 2018-07-09 21:13:08 +08:00
kubernetes_helpers.rb Kubernetes secret are namespaced, so must always pass a namespace arg. 2018-09-14 16:26:51 +12:00
ldap_helpers.rb Backport LDAP changes to CE 2018-08-23 15:46:45 +02:00
live_debugger.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
login_helpers.rb Honor saml assurance level to allow 2FA bypassing 2018-06-25 15:32:03 +00:00
markdown_feature.rb Add fixture path argument to `MarkdownFeature.new` 2018-09-14 13:50:37 -05:00
merge_request_diff_helpers.rb Changes tab VUE refactoring 2018-06-21 12:22:40 +00:00
merge_request_helpers.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
migrations_helpers.rb Add name definition for table method 2018-09-24 22:50:41 +02:00
mobile_helpers.rb Merge branch 'master' into 'bootstrap4' 2018-04-24 00:21:38 +00:00
note_interaction_helpers.rb Changed helper methods to use the click method 2017-09-12 16:43:28 -05:00
notification_helpers.rb Backport 5480-epic-notifications from EE 2018-05-07 12:58:47 -06:00
project_forks_helper.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
prometheus_helpers.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
query_recorder.rb Remove N+1 query for author in issues API 2018-06-04 16:39:33 -07:00
quick_actions_helpers.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
rake_helpers.rb Adding progressbar explicitly and spec extensions for it 2018-05-10 13:53:11 +02:00
reactive_caching_helpers.rb Squashed commit of the following: 2018-08-02 15:06:39 +09:00
redis_without_keys.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
reference_parser_helpers.rb Preload project features in reference parser 2018-09-30 20:03:43 +02:00
repo_helpers.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
routes_helpers.rb Backport helpers from GroupSAML failure messages 2018-05-21 16:43:12 +01:00
search_helpers.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
seed_helper.rb Refactor gitlab:import:repos task to remove direct disk access 2018-07-31 16:28:44 -04:00
seed_repo.rb Fix encoding error in Gitaly::Commit::TreeEntry 2018-05-30 17:33:17 +02:00
select2_helper.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
selection_helper.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
sorting_helper.rb Fix right-aligned menus; only display tooltip on hover 2018-05-08 09:16:35 -07:00
stub_configuration.rb Properly implement prepending for Concern 2018-09-11 18:45:49 +08:00
stub_env.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
stub_feature_flags.rb add 'default_enabled' to feature flags 2018-09-05 09:19:16 -05:00
stub_gitlab_calls.rb Removed API endpoint and specs 2018-05-30 18:23:07 +02:00
stub_gitlab_data.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
stub_metrics.rb Improve authentication activity code readability 2018-07-31 09:24:19 +02:00
stub_object_storage.rb Merge branch 'master' into build-chunks-on-object-storage 2018-07-03 13:24:02 +09:00
terms_helper.rb Enforces terms in the web application 2018-05-04 13:54:43 +02:00
test_env.rb Fix grammar (setup to set-up) in code comments, spec, views, etc. 2018-09-17 09:17:33 +00:00
test_request_helpers.rb Remove un-used inheritance from service 2018-10-15 11:09:10 +13:00
upload_helpers.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
wait_for_requests.rb Increase capybara JS request timeout 2018-07-05 16:49:18 +00:00
workhorse_helpers.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00