tracks/vendor/plugins/selenium-on-rails/test_data/partials/all_partials.rsel
2008-05-20 21:28:26 +01:00

5 lines
No EOL
214 B
Text

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'