Kir Shatrov
cfade1ec7e
Enforce frozen string in Rubocop
2017-07-01 02:11:03 +03:00
Benjamin Fleischer
c8b5d828e7
Correct spelling
...
```
go get -u github.com/client9/misspell/cmd/misspell
misspell -w -error -source=text .
```
2017-02-05 19:00:18 -06: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
Andrew White
811fd0a6b4
Prevent void context warnings
...
The constant reference A::B used to trigger autoloading causes a warning
to be logged about the possible use of :: in a void context so assign it
to the _ variable to prevent the warnings from being triggered.
2016-04-03 23:47:05 +01:00
Xavier Noria
49f9dce5b9
tests the raising/throwing discards the watching stack
2016-03-16 07:55:54 +01:00
Xavier Noria
4efb3608f0
adds coverage for raising while autoloading
2016-03-16 07:40:11 +01:00