Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use regexp instead exact match for atom test | Rafael Mendonça França | 2014-07-15 | 1 | -3/+2 |
| | | | | | | There are two xml namespaces in the response body and the xhtml namespace is not registered in the root node. This create an invalid XML and nokogiri can't navigate using xpath on that node. | ||||
* | Include the selector assertions on the test case | Rafael Mendonça França | 2014-07-15 | 1 | -2/+0 |
| | | | | | We don't need to require users to include this module on ActionMailer::TestCase | ||||
* | Included DomAssertions in url_helper- and atom_feed_helper_test.rb. | Timm | 2014-06-16 | 1 | -0/+2 |
| | |||||
* | Marked test_feed_xhtml as pending. See description in the test. | Timm | 2014-06-16 | 1 | -0/+1 |
| | |||||
* | Fixed Nokogiri::CSS::SyntaxErrors in test file. | Timm | 2014-06-15 | 1 | -3/+3 |
| | |||||
* | Move template tests from actionpack to actionview | Piotr Sarnacki | 2013-06-20 | 1 | -0/+349 |