X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=spec%2Ftextarea.spec.rb;h=df269d7b35ed7a3d9b4ec1ff85205ab7cfde88c5;hp=dcaeea69cf96b1cb44aef095c15b9cb524f6dcfa;hb=8d594217e92517a626bb5b06f23a3034df1c4453;hpb=5c336b4f7017fb121fc2cbe2a02c1fa56986b560 diff --git a/spec/textarea.spec.rb b/spec/textarea.spec.rb index dcaeea6..df269d7 100644 --- a/spec/textarea.spec.rb +++ b/spec/textarea.spec.rb @@ -1,10 +1,11 @@ require File.dirname(__FILE__) + '/spec_helper' describe "pdf conversion" do - convert_file "textarea.pdf" do - area_at(460,94,610,106).should_contain_text '97924ff65f9dfc75450ba' - area_at(467,373,525,384).should_contain_text '29cf24e47' - area_at(474,592,543,601).should_contain_text '0afa27099a' - area_at(59,798,131,808).should_contain_text '4c28e489b4' - end + + convert_file "textarea.pdf" do + area_at(460,94,610,106).should_contain_text '97924ff65f9dfc75450ba' + area_at(467,373,525,384).should_contain_text '29cf24e47' + area_at(474,592,543,601).should_contain_text '0afa27099a' + area_at(59,798,131,808).should_contain_text '4c28e489b4' + end end