require 'spec_helper' describe Jackb do it 'should render the content using the specified format' do Jackb.render('test', 'html').should eql('test') end end