aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/multibyte_conformance_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* fix thread safety issuesAaron Patterson2014-07-171-4/+7
| | | | | this test case had a race condition where it could download data multiple times. We'll download the data once at class load.
* Silence the output downloading a fileRobin Dupret2014-07-111-1/+0
| | | | | This output isn't used anywhere for assertions so we can simply remove it. The introducing commit was f238d495.
* Don't fail if unicode.org isn't talking to usMatthew Draper2014-07-051-1/+3
|
* Warning removed for missmatched indentationArun Agrawal2014-04-261-2/+2
|
* multibyte_conformance.rb --> multibyte_conformance_test.rbAkshay Vishnoi2014-04-191-0/+129