Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-20 16:59:45 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-20 16:59:45 +0400
commit7a26a4b69ddf42c60aa406d10589a976ced0f6f3 (patch)
tree1cc77c7597722c0d5894abb46f6fe5cdc0a7b059 /spec
parenta442ad2b141e078fcc2899ece6068b82b5338bb8 (diff)
Refactor access roles methods
Diffstat (limited to 'spec')
-rw-r--r--spec/mailers/notify_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mailers/notify_spec.rb b/spec/mailers/notify_spec.rb
index d89029276d8..a91bc9d75ad 100644
--- a/spec/mailers/notify_spec.rb
+++ b/spec/mailers/notify_spec.rb
@@ -250,7 +250,7 @@ describe Notify do
should have_body_text /#{project.name}/
end
it 'contains new user role' do
- should have_body_text /#{users_project.project_access_human}/
+ should have_body_text /#{users_project.human_access}/
end
end