Commit Graph

16 Commits

Author SHA1 Message Date
Rafael Mendonça França
55f9b8129a
Add three new rubocop rules
Style/SpaceBeforeBlockBraces
Style/SpaceInsideBlockBraces
Style/SpaceInsideHashLiteralBraces

Fix all violations in the repository.
2016-08-16 04:30:11 -03:00
Xavier Noria
a731125f12 applies new string literal convention in activesupport/test
The current code base is not uniform. After some discussion,
we have chosen to go with double quotes by default.
2016-08-06 18:10:53 +02:00
Xavier Noria
cfc91c31aa systematic revision of =~ usage in AS
Where appropriate prefer the more concise Regexp#match?, String#include?,
String#start_with?, and String#end_with?
2016-07-22 23:13:49 +02:00
Vít Ondruch
c245ca30f2 Skip the test if test data download fails. 2016-07-04 14:12:49 +02:00
Vít Ondruch
7d7c2d13ba DRY Downloader. 2016-07-04 13:11:44 +02:00
Jeremy Daer
c280282ec0
Travis: cache unicode data downloads and beanstalkd build 2016-04-19 00:26:17 -07:00
Akira Matsuda
8f35fcec56 Put test-case dependent helper Class inside the test case
This fixes ⚠️ previous definition of download was here
2016-01-24 23:37:26 +09:00
Will Jessop
95d059720b Remove unused code
Looking at the history of this file it seems this code was never actually used.
2015-11-24 18:47:55 +00:00
Akira Matsuda
c971bc0568 ✂️ empty line at the top of files 2015-09-21 01:27:33 +09:00
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