Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
weixin_authorize
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
weixin_authorize
Commits
5b0060fe
Commit
5b0060fe
authored
Mar 27, 2014
by
lanrion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed authenticate method test
parent
d3ba3fc5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
spec/1_fetch_access_token_spec.rb
+3
-3
No files found.
spec/1_fetch_access_token_spec.rb
View file @
5b0060fe
...
@@ -6,9 +6,9 @@ describe WeixinAuthorize::Client do
...
@@ -6,9 +6,9 @@ describe WeixinAuthorize::Client do
expect
(
$client
.
access_token
).
to
eq
(
nil
)
expect
(
$client
.
access_token
).
to
eq
(
nil
)
end
end
it
"
return access_token after authenticate
"
do
it
"
appid and appsecret shoud be valid
"
do
$client
.
authenticate
valid_info
=
$client
.
is_valid?
expect
(
$client
.
access_token
).
not_to
eq
(
nil
)
expect
(
valid_info
).
to
eq
(
true
)
end
end
it
"return the same access_token in the same thing twice"
do
it
"return the same access_token in the same thing twice"
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment