Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -1/+1 |
| | | | | | | | | Style/SpaceBeforeBlockBraces Style/SpaceInsideBlockBraces Style/SpaceInsideHashLiteralBraces Fix all violations in the repository. | ||||
* | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 1 | -4/+4 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Skip the test if test data download fails. | Vít Ondruch | 2016-07-04 | 1 | -0/+4 |
| | |||||
* | DRY Downloader. | Vít Ondruch | 2016-07-04 | 1 | -0/+18 |
| | |||||
* | :scissors: empty line at the top of files | Akira Matsuda | 2015-09-21 | 1 | -1/+0 |
| | |||||
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 ↵ | Vipul A M | 2015-02-03 | 1 | -1/+0 |
| | | | | onwards. | ||||
* | Avoid mutating the constants in a test case | Akira Matsuda | 2014-08-16 | 1 | -3/+3 |
| | |||||
* | remove checks for encodings availability | Sergey Nartimov | 2011-12-25 | 1 | -4/+1 |
| | |||||
* | fix mixed encoding logs can't be logged. | Kouhei Sutou | 2010-07-19 | 1 | -1/+4 |
| | | | | | | | [#4807 state:committed] Signed-off-by: Kouhei Sutou <kou@cozmixng.org> Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Set encoding of the multibyte test helpers file to UTF-8 so the strings can ↵ | Manfred Stienstra | 2008-09-21 | 1 | -0/+2 |
| | | | | be read by Ruby 1.9. | ||||
* | Move multibyte test helpers to a separate file and make the conformance ↵ | Manfred Stienstra | 2008-09-21 | 1 | -0/+17 |
tests run again. |