1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

7 commits

Author SHA1 Message Date
Vipul A M
6eced6a1fe Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
Erik Michaels-Ober
d1374f99bf Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
Aaron Patterson
5737c8e24b fix thread safety issues
this test case had a race condition where it could download data
multiple times.  We'll download the data once at class load.
2014-07-17 15:36:42 -07:00
Robin Dupret
a563f013d4 Silence the output downloading a file
This output isn't used anywhere for assertions so we can simply remove
it. The introducing commit was f238d495.
2014-07-11 22:02:16 +02:00
Matthew Draper
3f2ec19c21 Don't fail if unicode.org isn't talking to us 2014-07-05 03:56:19 +09:30
Arun Agrawal
2929ebd6d1 Warning removed for missmatched indentation 2014-04-26 00:36:17 +02:00
Akshay Vishnoi
89a18096bf multibyte_conformance.rb --> multibyte_conformance_test.rb 2014-04-19 02:22:42 +05:30
Renamed from activesupport/test/multibyte_conformance.rb (Browse further)