Commit 37f953fa authored by Peter Leitzen's avatar Peter Leitzen

Tweak ProjectsHelper specs

parent ff165772
......@@ -26,8 +26,8 @@ describe ProjectsHelper do
it 'builds incident_management_setting' do
expect(helper.project_incident_management_setting.persisted?).to be(false)
expect(helper.project_incident_management_setting.send_email).to be(true)
expect(helper.project_incident_management_setting.create_issue).to be(false)
expect(helper.project_incident_management_setting.send_email).to be(false)
expect(helper.project_incident_management_setting.create_issue).to be(true)
expect(helper.project_incident_management_setting.issue_template_key).to be(nil)
end
end
......
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