gitlab-org--gitlab-foss/spec
Dmitriy Zaporozhets 342d553709
Rename abilities to correspond contoller/model action names
write_ was renamed to create_
modify_  was renamed to update_

So now in update action we have next code

def create
  can?(current_user, :create_issue, @issue)
end

def update
  can?(current_user, :update_issue, @issue)
end

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-26 15:55:56 +02:00
..
controllers Fix error when deleting a user who has projects 2015-06-23 04:39:49 -07:00
factories Fix Style/AsciiComments cop violation 2015-06-22 14:43:51 -04:00
features Update tests and use js-issuable class for context form 2015-06-26 15:05:30 +02:00
finders Set milestone on new issue when creating issue from index with milestone filter active. 2015-05-27 14:22:11 +02:00
fixtures Add ExternalLinkFilter to Markdown pipeline 2015-05-27 15:39:08 -04:00
helpers Prefix random Markdown tips with "Tip:" 2015-06-24 18:43:57 -04:00
javascripts Update tests and use js-issuable class for context form 2015-06-26 15:05:30 +02:00
lib Merge branch 'master' into rubocop-for-tests 2015-06-23 10:44:03 +02:00
mailers Merge branch 'master' into rubocop-for-tests 2015-06-23 10:44:03 +02:00
models Rename abilities to correspond contoller/model action names 2015-06-26 15:55:56 +02:00
requests/api Add 2FA status to user admin API 2015-06-23 22:41:59 -07:00
routing Fix Style/TrailingBlankLines cop violations 2015-06-22 14:38:33 -04:00
services Merge branch 'master' into rubocop-for-tests 2015-06-23 10:44:03 +02:00
support Fix rubocop issues after merge of recent master 2015-06-23 10:46:29 +02:00
tasks/gitlab Fix rubocop issues after merge of recent master 2015-06-23 10:46:29 +02:00
workers Merge branch 'master' into rubocop-for-tests 2015-06-23 10:44:03 +02:00
factories.rb Add convenience methods to User for getting and setting 2FA status 2015-06-19 14:59:42 -04:00
factories_spec.rb Remove the invalid key factories 2015-04-11 17:12:10 -04:00
rails_helper.rb Started on the actual rspec 3 upgrade 2015-06-22 12:12:49 +02:00
spec_helper.rb Update email_spec gem 2015-06-22 12:13:46 +02:00
teaspoon_env.rb teaspoon install 2015-05-28 18:22:32 -04:00