X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=spec%2Flinks.spec.rb;h=35f92cc7ccfb59eda9dd00ad5f4660a7ed69c42c;hb=fc815311aa1bd67877b404493838dfd85a86f596;hp=25e754dfa19f90f9d79b61abd666c5326be4ddd4;hpb=8ab521b2e55858851de2ee5bd00b50792529c444;p=swftools.git diff --git a/spec/links.spec.rb b/spec/links.spec.rb index 25e754d..35f92cc 100644 --- a/spec/links.spec.rb +++ b/spec/links.spec.rb @@ -3,7 +3,6 @@ require File.dirname(__FILE__) + '/spec_helper' describe "pdf conversion" do convert_file "links.pdf" do area_at(0,0,200,200).should_contain_link("http://www.swftools.org") - area_at(0,0,200,200).should_contain_link("http://www.pdf2swf.org") area_at(0,0,200,200).should_contain_link("http://www.quiss.org") end end