diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-07-25 03:25:23 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2017-07-25 03:25:23 +0900 |
commit | 36b7f3ae5bce6443a1928ec7194ff611eb2232b5 (patch) | |
tree | f60776b39c23d89a8c84e6459c3980c1f3404f37 /activesupport/test | |
parent | ad3aaadce0f8fb977aa2bd1c551160e83d7dac03 (diff) | |
download | rails-36b7f3ae5bce6443a1928ec7194ff611eb2232b5.tar.gz rails-36b7f3ae5bce6443a1928ec7194ff611eb2232b5.tar.bz2 rails-36b7f3ae5bce6443a1928ec7194ff611eb2232b5.zip |
Fix `warning: assigned but unused variable - comment`
```
% ARCONN=sqlite3 be ruby -w -Itest test/cases/associations/belongs_to_associations_test.rb -n test_multiple_counter_cache_with_after_create_update
test/cases/associations/belongs_to_associations_test.rb:1181: warning: assigned but unused variable - comment
Using sqlite3
Run options: -n test_multiple_counter_cache_with_after_create_update --seed 49644
.
Finished in 0.114266s, 8.7515 runs/s, 17.5030 assertions/s.
1 runs, 2 assertions, 0 failures, 0 errors, 0 skips
```
Diffstat (limited to 'activesupport/test')
0 files changed, 0 insertions, 0 deletions