Skip to content

Commit 81fcd5f

Browse files
Daniel GhileaRobert Mitwicki
authored andcommitted
Fixes #180: updated spec to take into account namespace in the xml response.
1 parent 6cc0788 commit 81fcd5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/casserver_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
it { should be_ok }
186186
its(:content_type) { should match 'text/xml' }
187187
its(:body) { should match /cas:authenticationSuccess/i }
188-
its(:body) { should match '<test_utf_string>Ютф</test_utf_string>' }
188+
its(:body) { should match '<cas:test_utf_string>Ютф</cas:test_utf_string>' }
189189
end
190190

191191
context 'from unallowed IP' do

0 commit comments

Comments
 (0)