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

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2018-04-18 02:04:40 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2018-12-14 15:16:04 +0300
commit7319f3b99a82f645204bb4463f2e8902585699c1 (patch)
tree885e05c64cba9cb7fecd84b2eac619c4b541a2f8
parent2e15e662c01b5fb53905deb3fc17a4518dac440a (diff)
travis
-rw-r--r--test/compass_test.rb2
-rw-r--r--test/gemfiles/sass_head.gemfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/compass_test.rb b/test/compass_test.rb
index 8b2fc8b4..e7c4fb71 100644
--- a/test/compass_test.rb
+++ b/test/compass_test.rb
@@ -3,7 +3,7 @@ require 'test_helper'
class CompassTest < Minitest::Test
def test_create_project
command = 'rm -rf tmp/new-compass-project; bundle exec compass create tmp/new-compass-project -r bootstrap-sass --using bootstrap --trace --force'
- success = silence_stdout_if(!ENV['VERBOSE']) { Bundler.with_clean_env { system(command) } }
+ success = silence_stdout_if(!ENV['VERBOSE']) { Bundler.with_original_env { system(command) } }
assert success, 'Compass project creation failed!'
end
end
diff --git a/test/gemfiles/sass_head.gemfile b/test/gemfiles/sass_head.gemfile
index 0cfe4f4f..de6d8aee 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', branch: 'stable' # master is not compatible with Compass master
+gem 'sass', git: 'https://github.com/sass/sass', branch: 'stable' # master is not compatible with Compass master
gem 'compass', git: 'https://github.com/chriseppstein/compass', branch: 'master', require: false
gemspec path: '../../'