Sha256: 299c2fb57ca817946d020eb8e2e892e86ac1a50afca70750ca56bcc7985b6f42
Contents?: true
Size: 513 Bytes
Versions: 16
Compression:
Stored size: 513 Bytes
Contents
class Views::ErectorCoexistenceSystemSpec::RenderErectorWidgetFromFortitudeWidget < Fortitude::Widgets::Html5 needs :instantiate_widget def content text "before erector widget: #{my_helper}" if instantiate_widget widget Views::ErectorCoexistenceSystemSpec::ErectorWidgetFromFortitudeWidget.new(:foo => 'passed_foo') else widget Views::ErectorCoexistenceSystemSpec::ErectorWidgetFromFortitudeWidget, :foo => 'passed_foo' end text "after erector widget: #{my_helper}" end end
Version data entries
16 entries across 16 versions & 1 rubygems