tracks/vendor/plugins/selenium-on-rails/test_data/partials/all_partials.rsel

5 lines
214 B
Text
Raw Normal View History

2009-12-14 11:51:36 -05:00
include_partial 'partial', :source => title
['html', 'rhtml', 'sel', 'rsel'].each do |format|
include_partial "partials/#{format}", :hello => 'world'
end
include_partial 'partials/nesting', :hello => 'world'