Sha256: a9694294285d75b44b98ca9b5d6027ad019ece29e672bcd7b05868f3331c1c6e
Contents?: true
Size: 273 Bytes
Versions: 29
Compression:
Stored size: 273 Bytes
Contents
class Views::RenderingSystemSpec::RenderFileFromWidget < Fortitude::Widgets::Html5 def content p "this is the widget" render :file => File.join(File.dirname(__FILE__), "widget_with_name"), :locals => { :name => "Fred" } p "this is the widget again" end end
Version data entries
29 entries across 29 versions & 1 rubygems