mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
fix sass_head test gemfile
This commit is contained in:
parent
16b147f03f
commit
5ab84d6bd4
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem 'sass', git: 'https://github.com/nex3/sass'
|
||||
gem 'sass', git: 'https://github.com/nex3/sass', branch: 'stable' # master is not compatible with Compass master
|
||||
gem 'compass', git: 'https://github.com/chriseppstein/compass', branch: 'master', require: false
|
||||
|
||||
gemspec path: '../../'
|
||||
|
|
|
@ -15,6 +15,7 @@ Capybara.register_driver :poltergeist do |app|
|
|||
app,
|
||||
# inspector: '/Applications/Chromium.app/Contents/MacOS/Chromium', # open in inspector: page.driver.debug
|
||||
window_size: [1280, 1024],
|
||||
timeout: 90,
|
||||
js_errors: true, debug: true
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue