diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-20 15:59:45 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-20 15:59:45 +0300 |
| commit | 7a26a4b69ddf42c60aa406d10589a976ced0f6f3 (patch) | |
| tree | 1cc77c7597722c0d5894abb46f6fe5cdc0a7b059 /spec/mailers | |
| parent | a442ad2b141e078fcc2899ece6068b82b5338bb8 (diff) | |
| download | gitlab-ce-7a26a4b69ddf42c60aa406d10589a976ced0f6f3.tar.gz | |
Refactor access roles methods
Diffstat (limited to 'spec/mailers')
| -rw-r--r-- | spec/mailers/notify_spec.rb | 2 |
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 |
