Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
KunLiuDJI committed Jun 14, 2016
1 parent 145c698 commit f33943e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/redis_objects_conn_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def id
end

redis_handle = Redis.new(:host => REDIS_HOST, :port => REDIS_PORT, :db => 31)
value :redis_value, :redis => redis_handle, :key => 'rval'
value :redis_value, :key => 'rval'
end

obj = CustomConnectionObject.new
Expand Down

0 comments on commit f33943e

Please sign in to comment.