gitlab-org--gitlab-foss/spec/services/projects
Connor Shea 9cc0937b3a Enable the Rubocop DeprecatedClassMethods cop
This reports uses of `File.exists?` and `Dir.exists?`, which were both
deprecated in Ruby and will eventually be removed in favor of
`.exist?`. Also fixes all existing uses of the deprecated methods.
2016-05-08 15:33:34 -06:00
..
autocomplete_service_spec.rb Restrict access for confidential issues on autocomplete 2016-03-17 20:55:59 -03:00
create_service_spec.rb Enable the Rubocop DeprecatedClassMethods cop 2016-05-08 15:33:34 -06:00
destroy_service_spec.rb Enable the Rubocop DeprecatedClassMethods cop 2016-05-08 15:33:34 -06:00
download_service_spec.rb DRY up upload and download services 2016-01-08 17:38:53 +01:00
fork_service_spec.rb Tag service specs 2015-12-09 11:55:49 +01:00
housekeeping_service_spec.rb Fix HousekeepingService tests 2016-03-18 14:46:51 +01:00
import_service_spec.rb Backport GitHub Enterprise import support from EE 2016-04-26 21:00:55 -07:00
transfer_service_spec.rb Setup visibility level for project when transfering for a group 2016-04-13 15:28:10 -03:00
unlink_fork_service_spec.rb Fix rubocop in unlink fork service specs 2016-04-03 15:17:14 +00:00
update_service_spec.rb Make better use of the visibility_level factory traits 2016-03-08 16:40:45 -05:00
upload_service_spec.rb Tag service specs 2015-12-09 11:55:49 +01:00