From 45de17e1dec846a0073b99f91915f68ee91ce337 Mon Sep 17 00:00:00 2001
From: Dennis Schubert <mail@dennis-schubert.de>
Date: Sun, 6 Nov 2016 19:14:06 +0100
Subject: [PATCH] Remove test_after_commit

---
 Gemfile      | 1 -
 Gemfile.lock | 3 ---
 2 files changed, 4 deletions(-)

diff --git a/Gemfile b/Gemfile
index e210eca7cb..1c0be72662 100644
--- a/Gemfile
+++ b/Gemfile
@@ -280,7 +280,6 @@ group :test do
   gem "fuubar",            "2.2.0"
   gem "json-schema-rspec", "0.0.4"
   gem "rspec-json_expectations", "~> 2.1"
-  gem "test_after_commit", "1.1.0"
 
   # Cucumber (integration tests)
 
diff --git a/Gemfile.lock b/Gemfile.lock
index 5f3c30c9b7..193edc8f74 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -685,8 +685,6 @@ GEM
       tins (~> 1.0)
     terminal-table (1.8.0)
       unicode-display_width (~> 1.1, >= 1.1.1)
-    test_after_commit (1.1.0)
-      activerecord (>= 3.2)
     thor (0.19.1)
     thread_safe (0.3.6)
     tilt (2.0.8)
@@ -886,7 +884,6 @@ DEPENDENCIES
   spring-commands-rspec (= 1.0.4)
   sprockets-rails (= 3.2.0)
   string-direction (= 1.2.0)
-  test_after_commit (= 1.1.0)
   thor (= 0.19.1)
   timecop (= 0.9.1)
   turbo_dev_assets (= 0.0.2)
-- 
GitLab