Sha256: 8c823e375372f96dbeb684eabf4f937b7649cb9f999666b01ead1cde69cdc57f
Contents?: true
Size: 326 Bytes
Versions: 37
Compression:
Stored size: 326 Bytes
Contents
# http://mislav.uniqpath.com/2010/09/cuking-it-right/ { # 'as a movie title in the results' => 'ol.movies h1', # 'in a button' => 'button, input[type=submit]', # 'in the navigation' => 'nav' }. each do |within, selector| Then /^(.+) #{within}$/ do |step| with_scope(selector) do Then step end end end
Version data entries
37 entries across 37 versions & 2 rubygems