Skip to content

Commit 29df617

Browse files
committed
removed vestigial helper
1 parent 9766ab4 commit 29df617

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/test_helper.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,5 @@ def assert_equal_hashes(a,b)
2323
assert_equal a[k], b[k], "a[#{k.inspect}] = #{a[k].inspect} != b[#{k.inspect}] = #{b[k].inspect}"
2424
end
2525
end
26-
27-
def assert_first_address_string(string)
28-
assert_match /^123 Foo St\., Someplace FL\s*$/, string
29-
end
3026

3127
end

0 commit comments

Comments
 (0)