diff options
author | Alex Kitchens <alexcameron98@gmail.com> | 2017-06-01 17:03:59 -0500 |
---|---|---|
committer | Alex Kitchens <alexcameron98@gmail.com> | 2017-06-01 17:05:54 -0500 |
commit | 550eadf436749c20fff2e7a2f9e82d703db7760e (patch) | |
tree | 4dbdfe02c1364f9468382cbc28e61b168f0642a6 /Rakefile | |
parent | 33f5f227d5a4716ceb38ff0b58e1edc7628c22c8 (diff) | |
download | rails-550eadf436749c20fff2e7a2f9e82d703db7760e.tar.gz rails-550eadf436749c20fff2e7a2f9e82d703db7760e.tar.bz2 rails-550eadf436749c20fff2e7a2f9e82d703db7760e.zip |
Use existing class in PersistenceTest::SaveTest
Creating a new class for widgets was causing failing tests because it
clashed with other widget classes. This test does not need to create its
own class, so I changed it to an existing class.
```
ARCONN=mysql2 bin/test --seed 25364 test/cases/*test.rb -n \
"/^(?:PrimaryKeyIntegerTest#(?:test_primary_key_with_serial_integer_are_automatically_numbered)|PersistenceTest::SaveTest#(?:test_save_touch_false))$/"
```
Diffstat (limited to 'Rakefile')
0 files changed, 0 insertions, 0 deletions