Sha256: db1df97b6639ea6558fdf505fa9cec9983f091095fc6a8caa886eda9c82b57c8
Contents?: true
Size: 261 Bytes
Versions: 19
Compression:
Stored size: 261 Bytes
Contents
require File.expand_path('../../../spec/helper', __FILE__) require File.expand_path('../../../examples/basic/hello', __FILE__) describe 'Hello' do behaves_like :rack_test it 'serves the index page' do get('/').body.should == 'Hello, World!' end end
Version data entries
19 entries across 19 versions & 3 rubygems