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