test/yao/test_auth.rb in yao-0.3.5 vs test/yao/test_auth.rb in yao-0.3.6
- old
+ new
@@ -43,10 +43,10 @@
end
def test_token_is_valid
assert { @token.token == "aaaa166533fd49f3b11b1cdce2430000" }
assert { @token.expire_at - @token.issued_at == 3600 }
- assert { @token.endpoints.size == 4 }
+ assert { @token.endpoints.size == 5 }
end
def test_hooked_by_configure_block
auth = Yao::Auth
stub(auth).new