aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/xml_mini/jdom_engine_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
|
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
|
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
| | | | | | ".. with __dir__ we can restore order in the Universe." - by @fxn Related to 5b8738c2df003a96f0e490c43559747618d10f5f
* ✂️ needless lines beneath private.Kasper Timm Hansen2016-11-201-1/+0
|
* Create XMLMiniEngineTest; base class for all testsJon Moss2016-11-201-8/+3
|
* Code styling cleanupJon Moss2016-11-201-6/+10
|
* Create `CommonXMLMiniAdapterTest`; common tests moduleJon Moss2016-11-201-135/+7
| | | | | | Created a new module (a la Action Cable subscription adapter's test suite) to be included in all sub class test to ensure compatability and reduce duplicated code.
* Do not include `ActiveSupport` into test classesJon Moss2016-11-191-11/+9
| | | | | | | | | | | Will help get rid of errors like the following: ``` 1) Error: JDOMEngineTest#test_order=: ArgumentError: wrong number of arguments (0 for 1) /Users/jon/code/rails/rails/activesupport/lib/active_support/core_ext/module/attribute_accessors.rb:106:in `test_order=' ```
* Remove blank else branchRyuta Kamizono2016-09-031-3/+0
|
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-2/+0
|
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-6/+6
|
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-17/+17
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* systematic revision of =~ usage in ASXavier Noria2016-07-221-1/+1
| | | | | Where appropriate prefer the more concise Regexp#match?, String#include?, String#start_with?, and String#end_with?
* Compare with the parsed result from REXML backendPaco Guzman2013-05-221-1/+1
|
* Added missing assertAnupam Choudhury2013-04-021-4/+5
|
* Fix warning: mismatched indentatmmismatched indentations at 'end' with 'def'kennyj2013-03-191-1/+1
|
* JDOM XXE Protection [CVE-2013-1856]Ben Murphy2013-03-151-2/+36
|
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
|
* Adding tests for file_from_xml for XmlMini_JDOM #jrubyArun Agrawal2011-05-271-14/+14
|
* Not loading file if PLATFORM not available. Arun Agrawal2011-05-241-83/+82
|
* test fix jdom_engine_test Vishnu Atrai2011-05-221-0/+1
|
* add JRuby-JDOM backend for XmlMiniStephen Bannasch2009-04-261-0/+153
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>