From 1e107fd68a4226be5fc63eeec2e4150101d5494d Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 29 Jul 2013 12:23:21 +1000 Subject: [PATCH] mock redis for mock redis goodness --- Gemfile | 1 + Gemfile.lock | 2 ++ Gemfile_rails4.lock | 2 ++ 3 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index 51300610f7..e6974d7a1b 100644 --- a/Gemfile +++ b/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? diff --git a/Gemfile.lock b/Gemfile.lock index 5de745416f..784c71faa5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/Gemfile_rails4.lock b/Gemfile_rails4.lock index 0308fcbc6d..bbba7507b8 100644 --- a/Gemfile_rails4.lock +++ b/Gemfile_rails4.lock @@ -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