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
d11888bf
Commit
d11888bf
authored
Apr 09, 2014
by
lanrion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use RedisStoage
parent
ac55e030
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
spec/spec_helper.rb
+9
-9
No files found.
spec/spec_helper.rb
View file @
d11888bf
...
...
@@ -40,19 +40,19 @@ ENV["APPSECRET"]="1a941cd88cb4579ba98ec06b6813af03"
ENV
[
"OPENID"
]
=
"o9k6BuB0kydAcPTc7sPxppB1GQqA"
# Comment to test for ClientStorage
#
redis = Redis.new(:host => "127.0.0.1",:port => "6379")
redis
=
Redis
.
new
(
:host
=>
"127.0.0.1"
,
:port
=>
"6379"
)
#
namespace = "weixin_test:weixin_authorize"
namespace
=
"weixin_test:weixin_authorize"
#
#
cleanup keys in the current namespace when restart server everytime.
#
exist_keys = redis.keys("#{namespace}:*")
#
exist_keys.each{|key|redis.del(key)}
# cleanup keys in the current namespace when restart server everytime.
exist_keys
=
redis
.
keys
(
"
#{
namespace
}
:*"
)
exist_keys
.
each
{
|
key
|
redis
.
del
(
key
)}
#
redis_with_ns = Redis::Namespace.new("#{namespace}", :redis => redis)
redis_with_ns
=
Redis
::
Namespace
.
new
(
"
#{
namespace
}
"
,
:redis
=>
redis
)
#
WeixinAuthorize.configure do |config|
#
config.redis = redis_with_ns
#
end
WeixinAuthorize
.
configure
do
|
config
|
config
.
redis
=
redis_with_ns
end
$client
=
WeixinAuthorize
::
Client
.
new
(
ENV
[
"APPID"
],
ENV
[
"APPSECRET"
])
RSpec
.
configure
do
|
config
|
...
...
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