Sha256: 261b9ce66329ce5622383fb19eaad2c5471ad0925d5cadc162961a816b725c2d

Contents?: true

Size: 200 Bytes

Versions: 3

Compression:

Stored size: 200 Bytes

Contents

require 'spec_helper'

describe Jack do
  
  it 'should render the content using the specified format' do
    Jack.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.3 spec/lib/jack_spec.rb
jackb-0.0.2 spec/lib/jack_spec.rb
jackb-0.0.1 spec/lib/jack_spec.rb