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
path: root/test
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-08-19 20:28:21 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-08-19 20:28:21 +0400
commit7b5ce7e0c3bc924c064f3bf19c136903d64cf75e (patch)
tree7fbd3ce6f3dfce80f395ddf8d0175a9b38f9295f /test
parent6d6a7fe36b87799af8c0e719bef7e3b6b04d11ca (diff)
bootstrap.scss -> _bootstrap.scss #694
Diffstat (limited to 'test')
-rw-r--r--test/compilation_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compilation_test.rb b/test/compilation_test.rb
index 86c5d4d3..2cf4e722 100644
--- a/test/compilation_test.rb
+++ b/test/compilation_test.rb
@@ -4,7 +4,7 @@ require 'fileutils'
class CompilationTest < Test::Unit::TestCase
def test_compilation
path = 'assets/stylesheets'
- %w(bootstrap bootstrap/_theme).each do |file|
+ %w(_bootstrap bootstrap/_theme).each do |file|
engine = Sass::Engine.for_file("#{path}/#{file}.scss", syntax: :scss, load_paths: [path])
assert_nothing_raised do
FileUtils.mkdir_p("tmp/#{File.dirname(file)}")