public
Description: have_tag() without Rails' assert_select()
Clone URL: git://github.com/pd/rspec_hpricot_matchers.git
require have_link from the require farm
pd (author)
Wed May 28 07:25:07 -0700 2008
commit  94073fc5cf9d7b7101be05df1dde030c53031b79
tree    563844b936323251651773d328d661039fdd2091
parent  c105a68f1ae84f191912ab875dfd620456602115
...
1
2
3
 
4
5
6
...
1
2
3
4
5
6
7
0
@@ -1,6 +1,7 @@
0
 require 'rubygems'
0
 require 'hpricot'
0
 require 'rspec_hpricot_matchers/have_tag'
0
+require 'rspec_hpricot_matchers/have_link'
0
 
0
 # evil hack to duck-type CgiResponse so that nested shoulds can use
0
 # +rspec_on_rails+ matchers without remembering to call to_s on it

Comments

    No one has commented yet.