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

Version Path
slide_hero-0.0.11 test/slide_hero/note_spec.rb
slide_hero-0.0.10 test/slide_hero/note_spec.rb
slide_hero-0.0.9 test/slide_hero/note_spec.rb
slide_hero-0.0.8 test/slide_hero/note_spec.rb
slide_hero-0.0.7 test/slide_hero/note_spec.rb
slide_hero-0.0.6 test/slide_hero/note_spec.rb
slide_hero-0.0.5 test/slide_hero/note_spec.rb
slide_hero-0.0.4 test/slide_hero/note_spec.rb
slide_hero-0.0.3 test/slide_hero/note_spec.rb