Sha256: f30ba75e59b319f4e639575177e772413646bc391ba03a90ffd6874c3101b405

Contents?: true

Size: 225 Bytes

Versions: 1

Compression:

Stored size: 225 Bytes

Contents

require File.dirname(__FILE__)+'/helper'

class JpmobileTest < Test::Unit::TestCase
  def test_ie
    req = request_with_ua("Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)")
    assert_equal(false, req.mobile?)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jpmobile-0.0.1 test/firefox_test.rb