test/response_test.rb in ruby-saml-1.6.2 vs test/response_test.rb in ruby-saml-1.7.0

- old
+ new

@@ -79,9 +79,10 @@ end it "receives the full AttributeValue when there is an injected comment" do assert_equal "smith", @response.attributes["surname"] end + end describe "Prevent XEE attack" do before do @response = OneLogin::RubySaml::Response.new(fixture(:attackxee))