Commit 83b577be authored by Alejandro Guerrero's avatar Alejandro Guerrero

Fix typo

parent d26a8410
......@@ -52,10 +52,10 @@ RSpec.describe SamlGroupLink do
end
describe '#saml_group_name' do
it 'strips whitespace from group name' do
it 'saves group link name with whitespace' do
saml_group_link = described_class.new(saml_group_name: ' group ')
saml_group_link.valid?
expect(saml_group_link.saml_group_name)to eq('group')
expect(saml_group_link.saml_group_name).to eq('group')
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