Sha256: 5af0a74da117279edd41f11b2d1466d3b5205492dbc9a75ce70c5c197406886e
Contents?: true
Size: 289 Bytes
Versions: 6
Compression:
Stored size: 289 Bytes
Contents
require 'spec_helper' describe 'Templates' do it 'renders the main template properly' do get '/' expect(response).to render_template(:index) end it 'renders the centered template properly' do get '/centered' expect(response).to render_template(:centered) end end
Version data entries
6 entries across 6 versions & 1 rubygems