Sha256: e8d8edb1bb6be0a27221f4eaa8eb3faa523c88ec59bf65e495fe0926bec335df
Contents?: true
Size: 281 Bytes
Versions: 29
Compression:
Stored size: 281 Bytes
Contents
class Views::RenderingSystemSpec::RenderInlineFromWidget < Fortitude::Widgets::Html5 def content p "this is the widget" text = <<-EOS widget_with_name: <%= name %> EOS render :inline => text, :locals => { :name => "Fred" } p "this is the widget again" end end
Version data entries
29 entries across 29 versions & 1 rubygems