Sha256: 86dab17bec925652304bdc6e272722cf6904a37e499b72d76059b46a9386a4fc
Contents?: true
Size: 427 Bytes
Versions: 1
Compression:
Stored size: 427 Bytes
Contents
# This is just a funny looking spec, a lot of work is needed to improve it describe "A simple markdown blogger" do context "Publishing" do let(:publisher){ Blogdown::Publisher.new $root_fixture_path} describe "composer" do it{ outcome={"hello"=>'<h1>hello world</h1>'} cmp=publisher.compose expect(cmp.first[0]).to eq(outcome.to_a[0][0]) } end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blogdown-0.2.0 | spec/blogdown/blogdown_spec.rb |