test/test.rb in smtpapi-0.0.2 vs test/test.rb in smtpapi-0.0.3

- old
+ new

@@ -3,10 +3,10 @@ require "./lib/smtpapi" class SmtpapiTest < Test::Unit::TestCase def test_version - assert_equal("0.0.2", Smtpapi::VERSION) + assert_equal("0.0.3", Smtpapi::VERSION) end def test_empty header = Smtpapi::Header.new assert_equal("{}",header.json_string)