rename span from todo since it now works
[catagits/HTML-Zoom.git] / t / todo-span.t
diff --git a/t/todo-span.t b/t/todo-span.t
deleted file mode 100644 (file)
index 887ba40..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-use HTML::Zoom;
-use Test::More tests => 1;
-
-my $zoom = HTML::Zoom->from_html('<p>Hello my name is <span id="name" /></p>');
-my $html = $zoom->select('#name')->replace_content('Foo foo')->to_html;
-is($html, '<p>Hello my name is <span id="name">Foo foo</span></p>');