Use test-unit-rails support-system-test-case branch

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-08-08 15:58:05 +09:00
parent fab9f774d4
commit 080697201c
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1
2 changed files with 14 additions and 8 deletions

View File

@ -8,7 +8,7 @@ group :development, :test do
gem "rake" gem "rake"
gem "pry" gem "pry"
gem "pry-rails" gem "pry-rails"
gem "test-unit-rails", github: "test-unit/test-unit-rails" gem "test-unit-rails", github: "test-unit/test-unit-rails", branch: "support-system-test-case"
gem "test-unit-notify" gem "test-unit-notify"
end end

View File

@ -1,3 +1,15 @@
GIT
remote: git://github.com/test-unit/test-unit-rails.git
revision: 32adf391ed6e35b55bf21193f0c0556f4bcc7792
branch: support-system-test-case
specs:
test-unit-rails (5.1.4)
rails (>= 5.1.2)
test-unit (>= 3.1.7)
test-unit-activesupport (>= 1.0.8)
test-unit-capybara (>= 1.0.5)
test-unit-rr (>= 1.0.4)
PATH PATH
remote: . remote: .
specs: specs:
@ -343,12 +355,6 @@ GEM
test-unit (>= 2.5.3) test-unit (>= 2.5.3)
test-unit-notify (1.0.4) test-unit-notify (1.0.4)
test-unit (>= 2.4.9) test-unit (>= 2.4.9)
test-unit-rails (5.1.3)
rails (>= 5.1.2)
test-unit (>= 3.1.7)
test-unit-activesupport (>= 1.0.8)
test-unit-capybara (>= 1.0.5)
test-unit-rr (>= 1.0.4)
test-unit-rr (1.0.5) test-unit-rr (1.0.5)
rr (>= 1.1.1) rr (>= 1.1.1)
test-unit (>= 2.5.2) test-unit (>= 2.5.2)
@ -399,7 +405,7 @@ DEPENDENCIES
selenium-webdriver (~> 3.13.1) selenium-webdriver (~> 3.13.1)
simplecov (~> 0.16.1) simplecov (~> 0.16.1)
test-unit-notify test-unit-notify
test-unit-rails test-unit-rails!
timecop timecop
web-console (~> 3.6) web-console (~> 3.6)
webmock (~> 3.3.0) webmock (~> 3.3.0)