1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Ryuta Kamizono 99b48a5aeb Fix warning: ambiguous first argument
```
% ARCONN=sqlite3 be ruby -w -Itest test/cases/quoting_test.rb
test/cases/quoting_test.rb:92: warning: ambiguous first argument; put parentheses or a space even after `/' operator
test/cases/quoting_test.rb:96: warning: ambiguous first argument; put parentheses or a space even after `/' operator
Using sqlite3
Run options: --seed 9495

.....................................

Finished in 0.046403s, 797.3622 runs/s, 1120.6172 assertions/s.

37 runs, 52 assertions, 0 failures, 0 errors, 0 skips
```
2017-05-06 21:23:58 +09:00
..
active_record/connection_adapters Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
assets Use YAML to serialize schema cache 2016-11-27 22:09:58 -05:00
cases Fix warning: ambiguous first argument 2017-05-06 21:23:58 +09:00
fixtures Correct spelling 2017-02-05 19:00:18 -06:00
migrations modernizes hash syntax in activerecord 2016-08-06 19:37:57 +02:00
models Add type caster to RuntimeReflection#alias_name 2017-05-02 17:25:38 -04:00
schema Don't attempt to create a new record that was already created. 2017-04-20 19:45:58 -04:00
support Handle non-existing $ARCONN 2017-02-27 08:23:02 -06:00
.gitignore
config.example.yml Fix tests for prepared_statements: false and queries hitting #select_all 2016-11-19 21:52:52 +05:30
config.rb