expect{subject}.toraise_error(Gitlab::LDAP::MalformedDnError,"Expected the end of an attribute value, but got \"a\"")
expect{subject}.toraise_error(Gitlab::LDAP::MalformedDnError,"Expected the end of an attribute value, but got \"a\"")
end
end
...
...
@@ -93,7 +93,7 @@ describe Gitlab::LDAP::DN do
let(:given){'0.9.2342.19200300.100.1.25=#aaXaaa'}
it'raises MalformedDnError'do
expect{subject}.toraise_error(Gitlab::LDAP::MalformedDnError,"Expected the first character of a hex pair, but got \"x\"")
expect{subject}.toraise_error(Gitlab::LDAP::MalformedDnError,"Expected the first character of a hex pair, but got \"x\"")
end
end
...
...
@@ -101,7 +101,7 @@ describe Gitlab::LDAP::DN do
let(:given){'0.9.2342.19200300.100.1.25=#aaaYaa'}
it'raises MalformedDnError'do
expect{subject}.toraise_error(Gitlab::LDAP::MalformedDnError,"Expected the second character of a hex pair, but got \"y\"")
expect{subject}.toraise_error(Gitlab::LDAP::MalformedDnError,"Expected the second character of a hex pair, but got \"y\"")
end
end
...
...
@@ -109,7 +109,7 @@ describe Gitlab::LDAP::DN do
let(:given){'uid="Sebasti\\cX\\a1n"'}
it'raises MalformedDnError'do
expect{subject}.toraise_error(Gitlab::LDAP::MalformedDnError,"Expected the second character of a hex pair inside a double quoted value, but got \"x\"")
expect{subject}.toraise_error(Gitlab::LDAP::MalformedDnError,"Expected the second character of a hex pair inside a double quoted value, but got \"x\"")