diff options
| author | Robert Speicher <rspeicher@gmail.com> | 2015-06-05 14:00:21 -0400 |
|---|---|---|
| committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-13 17:58:15 -0400 |
| commit | 821fc4b03479a193b055c91b8a655d226bc46c17 (patch) | |
| tree | a768f6c4cdd039261194bbc36a40b31e61c9934f /spec/features/security | |
| parent | 0b3c97422136683357cdb4433a5ef0aa8858c18d (diff) | |
| download | gitlab-ce-821fc4b03479a193b055c91b8a655d226bc46c17.tar.gz | |
Add Profiles::PreferencesController
Diffstat (limited to 'spec/features/security')
| -rw-r--r-- | spec/features/security/profile_access_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/security/profile_access_spec.rb b/spec/features/security/profile_access_spec.rb index 2512a9c0e3d..2b09771851e 100644 --- a/spec/features/security/profile_access_spec.rb +++ b/spec/features/security/profile_access_spec.rb @@ -36,8 +36,8 @@ describe "Profile access", feature: true do it { is_expected.to be_denied_for :visitor } end - describe "GET /profile/design" do - subject { design_profile_path } + describe "GET /profile/preferences" do + subject { profile_preferences_path } it { is_expected.to be_allowed_for @u1 } it { is_expected.to be_allowed_for :admin } |
