diff options
author | Sean Griffin <sean@seantheprogrammer.com> | 2015-12-16 15:17:36 -0700 |
---|---|---|
committer | Sean Griffin <sean@seantheprogrammer.com> | 2015-12-16 15:17:36 -0700 |
commit | 7fb47a8559db34e923ab4971768260757429c445 (patch) | |
tree | 509ce3e534f4e8c10d2ee8bd889356ef5a6ccca7 /actionmailer | |
parent | f39aa4dd3995a9d11b426af7f12841d515673a4c (diff) | |
download | rails-7fb47a8559db34e923ab4971768260757429c445.tar.gz rails-7fb47a8559db34e923ab4971768260757429c445.tar.bz2 rails-7fb47a8559db34e923ab4971768260757429c445.zip |
Don't over-specify types in our tests
This test was failing when run on Windows using PostgreSQL. Depending on
the OS (and 32 vs 64 bit), this type could be a `BigNum`. We could loosen
the assertion to `Numeric`, but if the value is equal to the expected, and
responds to `bitlength` properly, who cares?
Diffstat (limited to 'actionmailer')
0 files changed, 0 insertions, 0 deletions