gitlab-org--gitlab-foss/spec/support
Gabriel Mazetto 61c35b6ca1 Fixed `stub_feature_flag behavior` for `disabled?` flags.
Previous code would not work with `disabled?` because that method would
send two parameters (second always `nil`) which we are not mocking.

Instead of mock yet another state, I decide to fix it where it belongs.
2018-08-22 05:41:15 +02:00
..
api Remove some duplicate tests and fix some typos 2018-08-16 16:40:03 +05:00
banzai Move common tests from user and project reference filter specs to a shared example 2018-07-03 00:36:34 +05:30
chunked_io Introduce Redis helpers. Rename BuildTraceChunkFlushToDbWorker to Ci::BuildTraceChunkFlushWorker. 2018-05-04 17:02:08 +09:00
controllers Simplify error message handling in Projects::CreateService 2018-06-06 02:00:49 -07:00
cycle_analytics_helpers
features Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00
gitlab-git-test.git Fix encoding error in Gitaly::Commit::TreeEntry 2018-05-30 17:33:17 +02:00
gitlab_stubs Removed API endpoint and specs 2018-05-30 18:23:07 +02:00
google_api
helpers Fixed `stub_feature_flag behavior` for `disabled?` flags. 2018-08-22 05:41:15 +02:00
http_io Fix and add specs for testing metadata entry 2018-07-09 14:19:52 +02:00
import_export CE Port of Protected Environments backend 2018-08-10 13:45:14 +00:00
matchers Merge branch 'bvl-user-status-message-35463' into 'master' 2018-08-01 15:21:24 +00:00
migrations_helpers
prometheus Improve readability and move custom matchers to better place 2018-07-27 12:29:49 +02:00
protected_tags
redis Bring changes from EE 2018-06-21 23:49:15 +08:00
services Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00
shared_contexts Allow collaboration with forks through the API 2018-07-12 12:14:54 +02:00
shared_examples Whitelist existing destroy_all offenses 2018-08-16 17:29:37 +02:00
shoulda/matchers Fix shoulda-matchers in Rails 5 2018-06-13 13:21:12 +02:00
test_reports Squashed commit of the following: 2018-08-02 15:06:39 +09:00
trace Fix typo in spec. Add a test for the case of when trace is stored in database 2018-06-04 14:28:21 +09:00
batch_loader.rb
capybara.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
carrierwave.rb
commit_trailers_spec_helper.rb Fix commit trailer rendering when Gravatar is disabled 2018-04-25 17:32:51 +02:00
db_cleaner.rb
forgery_protection.rb Backport with_forgery_protection spec helper 2018-05-08 23:24:00 +01:00
generate-seed-repo-rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
gitaly.rb Deny repository disk access in development and test 2018-06-14 11:18:25 +00:00
issuables_requiring_filter_shared_examples.rb Check if at least one filter is set on dashboard 2018-04-03 20:19:09 +02:00
json_response.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
omni_auth.rb
prepare-gitlab-git-test-for-commit Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
rspec.rb Track blocked users and two factor authentications 2018-07-23 15:13:11 +02:00
seed.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
setup_builds_storage.rb
sidekiq.rb
stored_repositories.rb Refactor gitlab:import:repos task to remove direct disk access 2018-07-31 16:28:44 -04:00
unpack-gitlab-git-test
webmock.rb