Commit c6eea351 by lanrion

removed whitespace

parent 053755de
...@@ -12,7 +12,7 @@ describe WeixinAuthorize::Api::User do ...@@ -12,7 +12,7 @@ describe WeixinAuthorize::Api::User do
followers = $client.followers followers = $client.followers
expect(followers.keys).to eq(["total", "count", "data", "next_openid"]) expect(followers.keys).to eq(["total", "count", "data", "next_openid"])
puts valid_info puts valid_info
valid_info = $client.is_valid? valid_info = $client.is_valid?
expect(valid_info).to eq(true) expect(valid_info).to eq(true)
followers = $client.followers followers = $client.followers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment