Sha256: b056d7296c07ee290565e7032b37f5578842ee6892befab2fe3902ddb90eedad
Contents?: true
Size: 272 Bytes
Versions: 10
Compression:
Stored size: 272 Bytes
Contents
require 'spec/helper' require 'example/hello' describe 'example/hello' do behaves_like :mock should 'have index action' do got = get('/') got.status.should == 200 got['Content-Type'].should == 'text/html' got.body.should == 'Hello, World!' end end
Version data entries
10 entries across 10 versions & 2 rubygems