We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d4feb commit 8c8776aCopy full SHA for 8c8776a
test/test.rb
@@ -11,7 +11,7 @@ def setup
11
end
12
13
def test_valid_feed
14
- system("python feedvalidator/src/demo.py https://unicorn-meta-zoo.github.io/index.rss")
+ system("LANGUAGE=en python feedvalidator/src/demo.py https://unicorn-meta-zoo.github.io/index.rss")
15
assert_equal $?, 0
16
17
0 commit comments