Commit 7f3c827a authored by Etienne Baqué's avatar Etienne Baqué

Fixed UpdateService rspec file

parent 11db5412
......@@ -23,9 +23,9 @@ describe FeatureFlags::UpdateService do
expect { subject }.to change { AuditEvent.count }.by(1)
expect(audit_event_message).to(
eq("Updated feature flag <strong>new name</strong>. "\
"Updated name from <strong>\"#{name_was.tr('_', ' ')}\"</strong> "\
"to <strong>\"new name\"</strong>.")
eq("Updated feature flag <strong>new_name</strong>. "\
"Updated name from <strong>\"#{name_was}\"</strong> "\
"to <strong>\"new_name\"</strong>.")
)
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