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.
|
||||
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
|
||||
# and HTML file of the current page.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
GIT
|
||||
remote: https://github.com/libertarian-party/cucumber-rails.git
|
||||
revision: c41d652fa15ebb59796b0eb6926a6456136c1f7b
|
||||
remote: https://github.com/cucumber/cucumber-rails.git
|
||||
revision: cc447bfdf7b57118b05dde64f356c0e773aa2cd2
|
||||
specs:
|
||||
cucumber-rails (1.6.0)
|
||||
capybara (>= 1.1.2, < 4)
|
||||
|
|
Reference in a new issue