summaryrefslogtreecommitdiff
path: root/test/ipaddress_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ipaddress_test.rb')
-rw-r--r--test/ipaddress_test.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ipaddress_test.rb b/test/ipaddress_test.rb
new file mode 100644
index 0000000..f95b9d9
--- /dev/null
+++ b/test/ipaddress_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class IpaddressTest < Test::Unit::TestCase
+ def test_something_for_real
+ flunk "hey buddy, you should probably rename this file and start testing for real"
+ end
+end