diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-05-16 11:41:50 -0500 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-05-22 12:55:01 -0500 |
commit | fbde5e33134df144208840f977a74f346acf450a (patch) | |
tree | 7759498243e66c878cc4f8a8c15cb1f93ccc3300 /spec/controllers | |
parent | 42604d4c33e6098ba696d464c9a7b3d16656bf54 (diff) | |
download | gitlab-ce-fbde5e33134df144208840f977a74f346acf450a.tar.gz |
Renamed some messages and refactored the project_edit class to a function
Diffstat (limited to 'spec/controllers')
-rw-r--r-- | spec/controllers/projects_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/projects_controller_spec.rb b/spec/controllers/projects_controller_spec.rb index f117598555b..5f9c747634c 100644 --- a/spec/controllers/projects_controller_spec.rb +++ b/spec/controllers/projects_controller_spec.rb @@ -266,7 +266,7 @@ describe ProjectsController do expect(project.namespace.id).to eq(old_namespace_id) expect(response).to have_http_status(200) - expect(flash[:alert]).to eq 'Please select a namespace to transfer the project to' + expect(flash[:alert]).to eq 'Please select a new namespace for your project.' end end end |