Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-08-19 22:53:31 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-08-19 22:55:10 +0400
commit5ab84d6bd441a40701906b36a528155b79945d11 (patch)
treed9b3c5bcf23f333b26de2ef6ecb62f319db084d7 /test
parent16b147f03f351f9df5aba02f95f7e21d8684be59 (diff)
fix sass_head test gemfile
Diffstat (limited to 'test')
-rw-r--r--test/gemfiles/sass_head.gemfile2
-rw-r--r--test/test_helper.rb1
2 files changed, 2 insertions, 1 deletions
diff --git a/test/gemfiles/sass_head.gemfile b/test/gemfiles/sass_head.gemfile
index 233f89e..0cfe4f4 100644
--- a/test/gemfiles/sass_head.gemfile
+++ b/test/gemfiles/sass_head.gemfile
@@ -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: '../../'
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 4c4269c..fab4d95 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -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