From 169af8f25ad4e2ab2f5d0bffd27ca8d73e791cc5 Mon Sep 17 00:00:00 2001 From: Michael Rodrigues Date: Tue, 1 Jul 2014 19:41:00 -0700 Subject: removing accidentally added newline in tests --- test/ipaddress/ipv4_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/ipaddress/ipv4_test.rb b/test/ipaddress/ipv4_test.rb index 6518bf1..8343c6e 100644 --- a/test/ipaddress/ipv4_test.rb +++ b/test/ipaddress/ipv4_test.rb @@ -132,7 +132,6 @@ class IPv4Test < Test::Unit::TestCase @valid_ipv4.each do |arg,attr| ip = @klass.new(arg) assert_equal attr.first, ip.to_s - end end -- cgit v1.2.1