Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't die when running tests with LANG=.
Closes #345
  • Loading branch information
nex3 committed Jul 27, 2012
1 parent 644da82 commit 4d615d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc-src/SASS_CHANGELOG.md
Expand Up @@ -10,6 +10,8 @@
* Preserve newlines in nested selectors when those selectors are used multiple
times in the same document.

* Allow tests to be run without the `LANG` environment variable set.

* Update the bundled version of [Listen](https://github.com/guard/listen) to
0.4.7.

Expand Down
1 change: 1 addition & 0 deletions test/test_helper.rb
Expand Up @@ -7,6 +7,7 @@
require 'mathn' if ENV['MATHN'] == 'true'

Sass::RAILS_LOADED = true unless defined?(Sass::RAILS_LOADED)
Encoding.default_external = 'UTF-8' if defined?(Encoding)

module Sass::Script::Functions
def option(name)
Expand Down

0 comments on commit 4d615d6

Please sign in to comment.