public
Description: have_tag() without Rails' assert_select()
Clone URL: git://github.com/pd/rspec_hpricot_matchers.git
Search Repo:
pending spec re: failure messages when using inner expectations
pd (author)
Wed Mar 26 05:32:39 -0700 2008
commit  577325b615c303b4b33489087052f88b71895fc5
tree    f9234b02d96d54c69f06f167f4b3e444ae8da3ed
parent  e1b2ac5e4e5386d4ef85b533d582e89101838b00
...
142
143
144
 
 
 
 
145
146
147
...
142
143
144
145
146
147
148
149
150
151
0
@@ -142,6 +142,10 @@
0
       span.inner_text.length.should == 41
0
     end
0
   end
0
+
0
+ it "should include a description of the inner expectation in the failure message" do
0
+ pending "No idea how to implement this."
0
+ end
0
 end
0
 
0
 describe 'have_tag with counts' do

Comments

    No one has commented yet.