git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added fonts test
[swftools.git]
/
spec
/
links.spec.rb
1
require File.dirname(__FILE__) + '/spec_helper'
2
3
describe "pdf conversion" do
4
convert_file "links.pdf" do
5
area_at(0,0,200,200).should_contain_link("http://www.swftools.org")
6
area_at(0,0,200,200).should_contain_link("http://www.quiss.org")
7
end
8
end