test/test.rb in smtpapi-0.1.6 vs test/test.rb in smtpapi-0.1.7
- old
+ new
@@ -5,10 +5,10 @@
#
# SmtpapiTest implementation
#
class SmtpapiTest < Test::Unit::TestCase
def test_version
- assert_equal('0.1.6', Smtpapi::VERSION)
+ assert_equal('0.1.7', Smtpapi::VERSION)
end
def test_empty
header = Smtpapi::Header.new
assert_equal('{}', header.json_string)