diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2014-08-23 13:14:22 +0200 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2014-08-24 18:17:46 +0200 |
commit | 61a371cf0f6cefda9b0f9a5dd51ada70714a7816 (patch) | |
tree | bfbdbc89163148207097103de7ae12aba4abbc11 /actionpack/test/dispatch/test_request_test.rb | |
parent | d5578cd17716fbda11ec37ce7489699d191878a3 (diff) | |
download | rails-61a371cf0f6cefda9b0f9a5dd51ada70714a7816.tar.gz rails-61a371cf0f6cefda9b0f9a5dd51ada70714a7816.tar.bz2 rails-61a371cf0f6cefda9b0f9a5dd51ada70714a7816.zip |
Skip #eql? tests on Rubinius for AS::Duration
Since Rubinius is relying on #instance_of? for its definition of #eql?
(http://git.io/MtmbbA) but ActiveSupport::Duration should behave like
is_a? it returns true with `Fixnum`.
Thus, for the moment, the last assertion is failing so we have to skip
this test.
Diffstat (limited to 'actionpack/test/dispatch/test_request_test.rb')
0 files changed, 0 insertions, 0 deletions