Sha256: ea49e22db1a7a084020580fa0dbd4711955343b40503d46e8276ab7627369184
Contents?: true
Size: 207 Bytes
Versions: 29
Compression:
Stored size: 207 Bytes
Contents
class Views::RenderingSystemSpec::RenderPartialFromWidget < Fortitude::Widgets::Html5 def content p "this is the widget" render :partial => 'the_partial' p "this is the widget again" end end
Version data entries
29 entries across 29 versions & 1 rubygems