From a16bfe0f12b082d152ee1867d876bb89982a09b5 Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Thu, 9 Aug 2018 17:02:31 +0900 Subject: [PATCH] Use master branch of test-unit-rails Signed-off-by: Kenji Okimoto --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f9f35c0..d86fdf0 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ group :development, :test do gem "rake" gem "pry" gem "pry-rails" - gem "test-unit-rails", github: "test-unit/test-unit-rails", branch: "support-system-test-case" + gem "test-unit-rails", github: "test-unit/test-unit-rails" gem "test-unit-notify" end