Sha256: feaaa665a3a8651b882b806cabf440d049ff5943aeae47716d51d7c72d4a48ca

Contents?: true

Size: 223 Bytes

Versions: 12

Compression:

Stored size: 223 Bytes

Contents

# -*- encoding: utf-8 -*-

require './spec/helper'
require 'bluecloth'

describe "BlueCloth library" do

  it "should convert markdown to html" do
    BlueCloth.new("#title").to_html.should == '<h1>title</h1>'
  end
  
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
genit-2.1 spec/bluecloth_spec.rb
genit-2.0 spec/bluecloth_spec.rb
genit-1.0.1 spec/bluecloth_spec.rb
genit-1.0 spec/bluecloth_spec.rb
genit-0.99 spec/bluecloth_spec.rb
genit-0.9 spec/bluecloth_spec.rb
genit-0.5 spec/bluecloth_spec.rb
genit-0.4.1 spec/bluecloth_spec.rb
genit-0.4 spec/bluecloth_spec.rb
genit-0.3 spec/bluecloth_spec.rb
genit-0.2 spec/bluecloth_spec.rb
genit-0.1 spec/bluecloth_spec.rb