gitlab-org--gitlab-foss/spec
Robert Speicher c1cbc27314 Rename methods in the LoginHelpers module
- [x] Rename `login_as` to `gitlab_sign_in`
- [x] Rename `login_with` to `gitlab_sign_in_with`
- [x] Rename `login_via` to `gitlab_sign_in_via`
- [x] Rename `logout` to `gitlab_sign_out`
- [x] Rename `logout_direct` to `gitlab_sign_out_direct`
- [x] Make `gitlab_login_with` (née `login_with`) private
- [x] Make `mock_auth_hash` private
2017-06-19 17:43:54 -05:00
..
bin
config
controllers Merge branch 'tc-fix-group-finder-subgrouping' into 'master' 2017-06-16 17:51:35 +00:00
db/production Handle case where GITLAB_PROMETHEUS_METRICS_ENABLED is non boolean value by defaulting to false 2017-06-06 13:16:55 +02:00
factories If migrations are pending, make CurrentSettings use existing values and populate missing columns with defaults 2017-06-19 09:54:48 -07:00
features Adjust position and wording for related issues in merge requests 2017-06-19 22:17:00 +00:00
finders Merge branch 'add-since-and-until-params-to-issuables' into 'master' 2017-06-19 12:13:27 +00:00
fixtures Merge branch 'expand-backlog-closed-lists-issue-boards' into 'master' 2017-06-07 15:05:37 +00:00
helpers Don't display comment on unchanged line on both sides in parallel diff 2017-06-19 11:50:46 -05:00
initializers Instrument MergeRequestDiff#load_commits 2017-06-14 12:01:38 +01:00
javascripts Adjust position and wording for related issues in merge requests 2017-06-19 22:17:00 +00:00
lib Merge branch 'sh-refactor-current-settings' into 'master' 2017-06-19 19:59:54 +00:00
mailers Correct RSpec/SingleLineHook cop offenses 2017-06-14 13:18:56 -05:00
migrations Deserialise existing custom notification settings 2017-06-15 15:15:13 +01:00
models Merge branch '30725-reset-user-limits-when-unchecking-external-user' into 'master' 2017-06-19 16:33:28 +00:00
policies Correct RSpec/SingleLineHook cop offenses 2017-06-14 13:18:56 -05:00
presenters Display issue state in issue links section of merge request widget 2017-06-09 10:21:56 +02:00
requests Merge branch 'mk-add-project-moved-errors-for-git' into 'master' 2017-06-19 13:56:43 +00:00
routing Correct RSpec/SingleLineHook cop offenses 2017-06-14 13:18:56 -05:00
rubocop/cop Require rubocop-rspec in the correct location 2017-06-14 17:08:34 -05:00
serializers Correct RSpec/SingleLineHook cop offenses 2017-06-14 13:18:56 -05:00
services Merge branch '27070-rename-slash-commands-to-quick-actions' into 'master' 2017-06-16 16:32:53 +00:00
sidekiq/cron
support Rename methods in the LoginHelpers module 2017-06-19 17:43:54 -05:00
tasks Stop using deprecated `path` field on Gitaly messages 2017-06-14 19:33:43 -04:00
unicorn Increase unicorn test boot timeout to 5 minutes 2017-06-08 18:35:55 +02:00
uploaders Fix filename method of GitlabUploader to return always real filename 2017-06-13 00:37:12 +02:00
validators Avoid crash when trying to parse string with invalid UTF-8 sequence 2017-05-30 15:05:52 +00:00
views Merge branch '33461-display-user-id' into 'master' 2017-06-19 11:21:25 +00:00
workers Add “Project moved” error to Git-over-SSH 2017-06-16 14:14:19 -07:00
factories_spec.rb Lint our factories creation in addition to their build 2017-06-02 19:06:50 +02:00
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Make spec/spec_helper consistent with EE by including a :routing type 2017-06-14 22:31:15 -07:00