Sha256: fbf973a20be69ef19a1735c0ba6ae3a1af36c0fbf9171b8df6b49d57a4522b7a
Contents?: true
Size: 241 Bytes
Versions: 5
Compression:
Stored size: 241 Bytes
Contents
# -*- coding: utf-8 -*- require "sixarm_ruby_markdown_test" describe SixArm::Markdown::String do describe "#new" do it "ok" do expect(SixArm::Markdown::String.new).must_be_kind_of(SixArm::Markdown::String) end end end
Version data entries
5 entries across 5 versions & 1 rubygems