gitlab-org--gitlab-foss/spec/initializers
blackst0ne b44a2c801a Update specs to rails5 format
Updates specs to use new rails5 format.

The old format:
`get :show, { some: params }, { some: headers }`

The new format:
`get :show, params: { some: params }, headers: { some: headers }`
2018-12-19 10:04:31 +11:00
..
6_validations_spec.rb Migrate storage nesting check to Gitaly 2018-06-27 16:20:03 +00:00
8_metrics_spec.rb Fix rspec errors, and add more tests to MethodCall and ActionView 2017-11-02 18:11:43 +01:00
attr_encrypted_no_db_connection_spec.rb Correctly handle data-loss scenarios when encrypting columns 2018-11-27 18:24:18 +00:00
direct_upload_support_spec.rb Update validator 2018-06-04 22:31:01 +02:00
doorkeeper_spec.rb
fog_google_https_private_urls_spec.rb Fix Fog mocking 2018-06-05 16:48:42 +02:00
lograge_spec.rb Update specs to rails5 format 2018-12-19 10:04:31 +11:00
secret_token_spec.rb Eliminate duplicated words 2018-11-22 01:01:23 +09:00
settings_spec.rb Route path lookups through legacy_disk_path 2018-03-21 18:18:32 +01:00
trusted_proxies_spec.rb