summaryrefslogtreecommitdiff
path: root/test/psych/test_string.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/psych/test_string.rb')
-rw-r--r--test/psych/test_string.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/psych/test_string.rb b/test/psych/test_string.rb
index 01fc0e4bb0..f1f061b305 100644
--- a/test/psych/test_string.rb
+++ b/test/psych/test_string.rb
@@ -137,7 +137,7 @@ string: &70121654388580 !ruby/string
ivar = "on rock and roll"
food.instance_variable_set(:@we_built_this_city, ivar)
- str = Psych.load Psych.dump food
+ Psych.load Psych.dump food
assert_equal ivar, food.instance_variable_get(:@we_built_this_city)
end