Daniel Colson
|
94333a4c31
|
Use assert_predicate and assert_not_predicate
|
2018-01-25 23:32:59 -05:00 |
|
Pat Allan
|
acea68de02
|
Adding frozen_string_literal pragma to Railties.
|
2017-08-14 19:08:09 +02:00 |
|
Matthew Draper
|
87b3e226d6
|
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
This reverts commit 3420a14590 , reversing
changes made to afb66a5a59 .
|
2017-07-02 02:15:17 +09:30 |
|
Kir Shatrov
|
cfade1ec7e
|
Enforce frozen string in Rubocop
|
2017-07-01 02:11:03 +03:00 |
|
Xavier Noria
|
783763bde9
|
applies new string literal convention in railties/test
The current code base is not uniform. After some discussion,
we have chosen to go with double quotes by default.
|
2016-08-06 19:16:09 +02:00 |
|
Aaron Patterson
|
e81453ef92
|
need to call super
|
2014-08-07 16:03:09 -07:00 |
|
Aaron Patterson
|
d25fe31c40
|
lazily instantiate application subclasses
this means we can meaningfully override methods in the subclass
|
2014-08-06 18:27:16 -07:00 |
|
Rafael Mendonça França
|
eb4930e3c7
|
Inherit from MiniTest::Unit::TestCase instead of MiniTest::Spec
|
2012-12-31 13:57:23 -03:00 |
|
Carlos Antonio da Silva
|
a4dd8719e5
|
Remove another missing test related to draw external routes
Related with 5e7d6bb
|
2012-06-29 14:55:09 -03:00 |
|
Piotr Sarnacki
|
1823d53d7b
|
Don't create new directory for tests
|
2012-04-28 15:05:49 -07:00 |
|