mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Style tweaks
This commit is contained in:
parent
042b0e12e0
commit
c2f67ba0ff
6 changed files with 148 additions and 147 deletions
2
Gemfile
2
Gemfile
|
@ -71,7 +71,7 @@ group :development, :test do
|
|||
gem 'capybara', '~> 2.4.1'
|
||||
# For feature testing
|
||||
# gem 'capybara-webkit', '1.2.0' # Webkit driver didn't work with turbolinks
|
||||
gem 'phantomjs', :require => 'phantomjs/poltergeist'
|
||||
gem 'phantomjs', require: 'phantomjs/poltergeist'
|
||||
gem 'poltergeist', '~> 1.5.1' # We are using PhantomJS instead
|
||||
|
||||
# For cleaning db in feature and epp tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue