improve test legibility
This commit is contained in:
@@ -13,8 +13,8 @@ class EnvFileTest < ActiveSupport::TestCase
|
|||||||
|
|
||||||
test "to_s won't escape '#'" do
|
test "to_s won't escape '#'" do
|
||||||
env = {
|
env = {
|
||||||
"foo" => "\#$foo",
|
"foo" => '#$foo',
|
||||||
"bar" => "\#{bar}"
|
"bar" => '#{bar}'
|
||||||
}
|
}
|
||||||
|
|
||||||
assert_equal "foo=\#$foo\nbar=\#{bar}\n", \
|
assert_equal "foo=\#$foo\nbar=\#{bar}\n", \
|
||||||
|
|||||||
Reference in New Issue
Block a user