spec/helpers/curate_helper_spec.rb in curate-0.6.3 vs spec/helpers/curate_helper_spec.rb in curate-0.6.4
- old
+ new
@@ -206,6 +206,10 @@
}
)
end
end
end
+
+ it "should have link for google.com" do
+ helper.auto_link_without_protocols("google.com").should have_link("http://google.com")
+ end
end