# File gconf/tests/unittest.rb, line 64 def test_invalid_pair ae([0.5, 1]) ae([1, 1.5]) ae([true, "foo"]) ae(["foo", true]) ae([true, 0]) end