search for: duckpunch

Displaying 2 results from an estimated 2 matches for "duckpunch".

2011 Mar 03
1
Nondestructive testing environment on legacy db
...that spec_prereq = :noop I was curious if there was a good way to do this with the current rspec-rails gem... I''m on Ruby 1.9.2 and Rails 3.0.4 Thanks, Jason Lewis Email jasonlewis.x-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Mobile 414.310.2665 Blog: http://duckpunching.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-t...
2009 Jan 24
4
nokogiri selector help
hiya, i want the selector that would return a <tr> of a table if any td contains some text, so i can use it in click_link_within e.g. When I click the "show" link within the row containing "user at example.com" When /^I click the "(.+)" link within the row containing "(.+)"$/ do | link, text| selector = ?? click_link_within selector, link