Sha256: 9bd34df4cb2ad9a1d7e6004c38d9ba7a692848fbbf505634150e074e84bbe7e4

Contents?: true

Size: 187 Bytes

Versions: 8

Compression:

Stored size: 187 Bytes

Contents

require 'spec/helper'
require 'examples/basic/hello'

describe 'Hello' do
  behaves_like :rack_test

  it 'serves the index page' do
    get('/').body.should == 'Hello, World!'
  end
end

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
manveru-ramaze-2009.06.04 spec/examples/hello.rb
manveru-ramaze-2009.06.12 spec/examples/hello.rb
manveru-ramaze-2009.06 spec/examples/hello.rb
rjspotter-ramaze-2009.06.29 spec/examples/hello.rb
rjspotter-ramaze-2009.06.31 spec/examples/hello.rb
ramaze-2009.06.04 spec/examples/hello.rb
ramaze-2009.06.12 spec/examples/hello.rb
ramaze-2009.06 spec/examples/hello.rb