-
- Downloads
Fixed spinach and tests. Build should pass now
parent
0e1635a6
No related branches found
No related tags found
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 13 additions, 7 deletionsGemfile.lock
- features/project/issues/issues.feature 8 additions, 7 deletionsfeatures/project/issues/issues.feature
- features/steps/project/project_issues.rb 0 additions, 1 deletionfeatures/steps/project/project_issues.rb
- lib/api/users.rb 1 addition, 1 deletionlib/api/users.rb
Loading
| Loading
| @@ -139,7 +139,7 @@ group :development, :test do |
gem 'rb-inotify', require: linux_only('rb-inotify') | ||
# PhantomJS driver for Capybara | ||
gem 'poltergeist' | ||
gem 'poltergeist', git: 'https://github.com/jonleighton/poltergeist.git', ref: '5c2e092001074a8cf09f332d3714e9ba150bc8ca' | ||
end | ||
group :test do | ||
Loading
| Loading
|
Please register or sign in to comment