From 8fc8e65d3445d9648a63c0ac398d22c0c1972da9 Mon Sep 17 00:00:00 2001 From: Anthony Martin <github@martin-studio.com> Date: Tue, 31 Jul 2018 10:11:47 -0700 Subject: [PATCH] spelling --- test/steem/api_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/steem/api_test.rb b/test/steem/api_test.rb index 0d5cef0..1f7359e 100644 --- a/test/steem/api_test.rb +++ b/test/steem/api_test.rb @@ -65,7 +65,7 @@ module Steem end end - def test_dependancy_injection + def test_dependency_injection original_rpc_client_class = Api.default_rpc_client_class Api.register default_rpc_client_class: RPC::HttpClient -- GitLab