search for: assert_title

Displaying 1 result from an estimated 1 matches for "assert_title".

2006 Feb 19
2
New version of Selenium on Rails
...know if anything doesn''t work. It currently only support Windows, but ought to be easy to port to Linux/Mac OS X. RSelenese is a format, contributed by Eric Kidd[3], which makes it possible to write the tests in Ruby, like this: setup :fixtures => :all open ''/'' assert_title ''Home'' (''a''..''z'').each {|c| open :controller => ''user'', :action => ''create'', :name => c } Another change is that the plugin is only available in test environment, but it''s configurable....