test/bitly/test_client.rb in bitly-0.10.1 vs test/bitly/test_client.rb in bitly-0.10.2
- old
+ new
@@ -18,10 +18,10 @@
config.login = login
end
b = Bitly.client
assert_kind_of Bitly::Client, b
assert_equal api_key, b.api_key
- assert_equal login, login
+ assert_equal login, b.login
end
end
context "using the bitly client" do
setup do
@bitly = Bitly.new(login, api_key)