diff options
-rw-r--r-- | spec/ruby/language/string_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -282,6 +282,6 @@ describe "Ruby String interpolation" do a = "\u3042" b = "\xff".force_encoding "binary" - lambda { "#{a} #{b}" }.should raise_error(Encoding::CompatibilityError) end end |