Sha256: bc734a9c7e09493475b2a36a62d6e5b5b480c12680e8b8eeebe50e34b14d500a
Contents?: true
Size: 246 Bytes
Versions: 9
Compression:
Stored size: 246 Bytes
Contents
require 'minitest_helper' module SlideHero describe Note do it "Properly wraps notes" do note = Note.new("Remind them of this") assert_equal(note.compile, "<aside class=\"notes\">Remind them of this</aside>") end end end
Version data entries
9 entries across 9 versions & 1 rubygems