mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 13:09:18 +08:00
mock redis for mock redis goodness
This commit is contained in:
parent
896e493531
commit
1e107fd68a
1
Gemfile
1
Gemfile
|
@ -148,6 +148,7 @@ group :test do
|
|||
end
|
||||
|
||||
group :test, :development do
|
||||
gem 'mock_redis'
|
||||
gem 'listen', require: false
|
||||
gem 'certified', require: false
|
||||
if rails4?
|
||||
|
|
|
@ -243,6 +243,7 @@ GEM
|
|||
minitest (4.7.3)
|
||||
mocha (0.13.3)
|
||||
metaclass (~> 0.0.1)
|
||||
mock_redis (0.8.1)
|
||||
multi_json (1.7.7)
|
||||
multipart-post (1.2.0)
|
||||
mustache (0.99.4)
|
||||
|
@ -499,6 +500,7 @@ DEPENDENCIES
|
|||
message_bus!
|
||||
minitest
|
||||
mocha
|
||||
mock_redis
|
||||
multi_json
|
||||
mustache
|
||||
nokogiri
|
||||
|
|
|
@ -267,6 +267,7 @@ GEM
|
|||
minitest (4.7.5)
|
||||
mocha (0.14.0)
|
||||
metaclass (~> 0.0.1)
|
||||
mock_redis (0.8.1)
|
||||
multi_json (1.7.7)
|
||||
multipart-post (1.2.0)
|
||||
mustache (0.99.4)
|
||||
|
@ -505,6 +506,7 @@ DEPENDENCIES
|
|||
message_bus!
|
||||
minitest
|
||||
mocha
|
||||
mock_redis
|
||||
multi_json
|
||||
mustache
|
||||
nokogiri
|
||||
|
|
Loading…
Reference in New Issue
Block a user