Sha256: b23d5357680b8059d6f2f93da8a835cb7422e957978e1d58dc737dfeb557f021

Contents?: true

Size: 202 Bytes

Versions: 3

Compression:

Stored size: 202 Bytes

Contents

require 'spec_helper'

describe Jackb do
  
  it 'should render the content using the specified format' do
    Jackb.render('<strong>test</strong>', 'html').should eql('<strong>test</strong>')
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jackb-0.0.6.beta spec/lib/jackb_spec.rb
jackb-0.0.5 spec/lib/jackb_spec.rb
jackb-0.0.4 spec/lib/jackb_spec.rb