Skip to content

Instantly share code, notes, and snippets.

@maasha

maasha/error.txt Secret

Created January 22, 2015 09:27
Show Gist options
  • Save maasha/987220d8e37926116c78 to your computer and use it in GitHub Desktop.
Save maasha/987220d8e37926116c78 to your computer and use it in GitHub Desktop.
test #new(TestGnuPlotter)
/Users/maasha/install/src/gnuplotter/test/test_gnuplotter.rb:12:in `block in <class:TestGnuPlotter>'
<"">(UTF-8) expected but was
<"#<GnuPlotter:0x007fc6491d7a88>">(ASCII-8BIT)
diff:
+ #<GnuPlotter:0x007fc6491d7a88>
? Encoding: UTF -8
? ASCII BIT
test "#new" do
gp = GnuPlotter.new.set(title: "test")
assert_equal("", gp.to_s)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment