test/test_kanoko.rb in kanoko-0.0.1 vs test/test_kanoko.rb in kanoko-0.0.2

- old
+ new

@@ -3,10 +3,10 @@ class TestKanoko < Minitest::Test def setup Kanoko.configure.digest_func = "sha1" Kanoko.configure.secret_key = "test" - Kanoko.configure.resource_host = "http://example.com" + Kanoko.configure.kanoko_host = "http://example.com" end def change_hash_proc(hash_proc) before = Kanoko.configure.hash_proc Kanoko.configure.hash_proc = hash_proc