1
0
Fork 0

Use official repository for gem "cucumber-rails"

This commit is contained in:
Alex Kotov 2019-02-06 08:29:32 +05:00
parent 3398877fe8
commit 356c439ab5
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 3 additions and 3 deletions

View File

@ -200,7 +200,7 @@ group :test do
# Cucumber Generator and Runtime for Rails. # Cucumber Generator and Runtime for Rails.
gem 'cucumber-rails', '~> 1.6', require: false, gem 'cucumber-rails', '~> 1.6', require: false,
github: 'libertarian-party/cucumber-rails' github: 'cucumber/cucumber-rails'
# When a Cucumber step fails, it is useful to create a screenshot image # When a Cucumber step fails, it is useful to create a screenshot image
# and HTML file of the current page. # and HTML file of the current page.

View File

@ -1,6 +1,6 @@
GIT GIT
remote: https://github.com/libertarian-party/cucumber-rails.git remote: https://github.com/cucumber/cucumber-rails.git
revision: c41d652fa15ebb59796b0eb6926a6456136c1f7b revision: cc447bfdf7b57118b05dde64f356c0e773aa2cd2
specs: specs:
cucumber-rails (1.6.0) cucumber-rails (1.6.0)
capybara (>= 1.1.2, < 4) capybara (>= 1.1.2, < 4)