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-09-03 02:11:32 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-09-03 02:11:32 +0400
commitfc8d477e88da2e056cdf13d74d49e600c71130fc (patch)
tree092ffafc627b91c24770f4083c43647bae006acd /test
parent66cf996e869e42619090a765a38baa8510c9fa0a (diff)
travis
Diffstat (limited to 'test')
-rw-r--r--test/test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 21e946c4..b2fd1f2b 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -6,7 +6,7 @@ require 'active_support/core_ext/kernel/reporting'
Dir.chdir 'test' do
Dir['support/**/*.rb'].each do |file|
- require file
+ load file
end
end