aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/atom_feed_helper_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-131-1/+1
| | | | because Struct.new returns a Class, we just can give it a name and use it directly without inheriting from it
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-8/+8
|
* modernizes hash syntax in actionviewXavier Noria2016-08-061-10/+10
|
* applies new string literal convention in actionview/testXavier Noria2016-08-061-6/+6
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* remove redundant parenthesis. karanarora2015-05-141-11/+11
|
* Fixed test for deprecation warning in actionview, renaming from ↵Vipul A M2015-01-311-17/+17
| | | | https://github.com/rails/rails/commit/baf14ae513337cb185acf865e93dfc48f3aabf6a
* Use option url: false to allow entries without a link tagDaniel Gomez de Souza2015-01-161-0/+24
|
* Use regexp instead exact match for atom testRafael Mendonça França2014-07-151-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 caseRafael Mendonça França2014-07-151-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.Timm2014-06-161-0/+2
|
* Marked test_feed_xhtml as pending. See description in the test.Timm2014-06-161-0/+1
|
* Fixed Nokogiri::CSS::SyntaxErrors in test file.Timm2014-06-151-3/+3
|
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+349