public
Description: Webrat - Ruby Acceptance Testing for Web applications
Homepage: http://gitrdoc.com/brynary/webrat/tree/master/
Clone URL: git://github.com/brynary/webrat.git
Remove references to should_see and should_not_see, which don't exist
brynary (author)
Sun Dec 28 18:05:22 -0800 2008
commit  a018af99ff4fd1770bc214993b96e8ffc84a9836
tree    198285ec621c44257abc58d52f784a9d55a0651d
parent  29274f9b4b49f98a6d69f43d1b3a309146912bc3
...
209
210
211
212
213
214
215
216
...
209
210
211
 
 
212
213
214
0
@@ -209,8 +209,6 @@ For example:
0
     def_delegators :current_scope, :click_area,         :clicks_area
0
     def_delegators :current_scope, :click_link,         :clicks_link
0
     def_delegators :current_scope, :click_button,       :clicks_button
0
-    def_delegators :current_scope, :should_see
0
-    def_delegators :current_scope, :should_not_see
0
     def_delegators :current_scope, :field_labeled
0
     def_delegators :current_scope, :field_by_xpath
0
     def_delegators :current_scope, :field_with_id

Comments