Use official repository for gem "cucumber-rails"
This commit is contained in:
parent
3398877fe8
commit
356c439ab5
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -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.
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Reference in a new issue