Sha256: 442ef93ecf7128818b56f51b4b63627a71bcc0189178027831d478bec6d8352c
Contents?: true
Size: 277 Bytes
Versions: 29
Compression:
Stored size: 277 Bytes
Contents
class Views::LocalizationSystemSpec::ExplicitHtml < Fortitude::Widgets::Html5 def content text "one: " text t(:one_html) text ", two: " text t("two.html") text ", one again: " ttext(:one_html) text ", two again: " ttext("two.html") end end
Version data entries
29 entries across 29 versions & 1 rubygems