We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc0788 commit 81fcd5fCopy full SHA for 81fcd5f
spec/casserver_spec.rb
@@ -185,7 +185,7 @@
185
it { should be_ok }
186
its(:content_type) { should match 'text/xml' }
187
its(:body) { should match /cas:authenticationSuccess/i }
188
- its(:body) { should match '<test_utf_string>Ютф</test_utf_string>' }
+ its(:body) { should match '<cas:test_utf_string>Ютф</cas:test_utf_string>' }
189
end
190
191
context 'from unallowed IP' do
0 commit comments