Commit 98b7b036 authored by Tim Zallmann's avatar Tim Zallmann

Fixed a point in the group.name

parent cf46d335
......@@ -188,7 +188,7 @@ describe 'Promotions', js: true do
it 'should appear in milestone page' do
visit project_milestone_path(project, milestone)
expect(find('#promote_burndown_charts')).to have_content "Upgrade the plan for #{ .group.name } to improve milestones"
expect(find('#promote_burndown_charts')).to have_content "Upgrade the plan for #{ group.name } to improve milestones"
end
it 'should appear in milestone page with owners name' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment