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