Sha256: f92b003f9dc7637f664afb2c755fdb9c4e5eb82251f4b03ec03117b85098cc79
Contents?: true
Size: 604 Bytes
Versions: 52
Compression:
Stored size: 604 Bytes
Contents
Feature: content_tag helper Scenario: content_tag doesn't escape content from either block or string Given a fixture app "empty-app" And an empty file named "config.rb" And a file named "source/index.html.erb" with: """ <%= content_tag :div, "<hello>world</hello>", class: 'one' %> <% content_tag :where, class: 'the hell is' do %> <my>damn croissant</my> <% end %> """ And the Server is running When I go to "index.html" Then I should see '<div class="one"><hello>world</hello>' And I should see '<where class="the hell is"><my>damn croissant</my>'
Version data entries
52 entries across 52 versions & 3 rubygems