diff options
author | Fumiaki MATSUSHIMA <mtsmfm@gmail.com> | 2015-12-13 14:07:01 +0900 |
---|---|---|
committer | Fumiaki MATSUSHIMA <mtsmfm@gmail.com> | 2016-01-02 00:30:30 +0900 |
commit | 2f684561870238ee91228f3d44016c6fc34ab560 (patch) | |
tree | 4ba5ff878f54d047b2d159bd8b870eaf16e65fd8 /railties/lib | |
parent | f263e250fe1656339043cf51a2075b9c97abfcce (diff) | |
download | rails-2f684561870238ee91228f3d44016c6fc34ab560.tar.gz rails-2f684561870238ee91228f3d44016c6fc34ab560.tar.bz2 rails-2f684561870238ee91228f3d44016c6fc34ab560.zip |
Remove unnecessary enable,disable_extension on tests
uuid-ossp extension is alreadly enabled on test schema.
And `disable_extension!('uuid-ossp', connection)` can be a cause of test failure.
`ActiveRecord::StatementInvalid: PG::UndefinedFunction: ERROR: function uuid_generate_v1() does not exist`
will happen depending on the execution order.
Diffstat (limited to 'railties/lib')
0 files changed, 0 insertions, 0 deletions