diff options
author | Prem Sichanugrist <s@sikac.hu> | 2015-04-23 17:05:03 -0400 |
---|---|---|
committer | Prem Sichanugrist <s@sikac.hu> | 2015-04-23 17:05:03 -0400 |
commit | 150f40998d7614c18523f000e70d8897405bc5b1 (patch) | |
tree | 2396dde081edc3554d5c88558db84132fec970ad /install.rb | |
parent | 03e987cd8fa0951d80c70cbadb7daf890df38271 (diff) | |
download | rails-150f40998d7614c18523f000e70d8897405bc5b1.tar.gz rails-150f40998d7614c18523f000e70d8897405bc5b1.tar.bz2 rails-150f40998d7614c18523f000e70d8897405bc5b1.zip |
Silence warning from MySQL::Error object in test
When running Active Record MySQL test, this warning is printed in the
console:
warning: instance variable errno not initialized
It turns out that this is a warning from `mysql` gem in MySQL::Error
object. However, since the `mysql` gem is no longer maintained, and
there won't be a newer version, it make sense for us to just silence
this warning to make the output cleaner.
Diffstat (limited to 'install.rb')
0 files changed, 0 insertions, 0 deletions