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

Version Path
ramaze-2023.01.06 spec/examples/hello.rb
Pistos-ramaze-2009.06.12 spec/examples/hello.rb
manveru-ramaze-2009.07 spec/examples/hello.rb
ramaze-2012.12.08 spec/examples/hello.rb
ramaze-2012.12.08b spec/examples/hello.rb
ramaze-2012.04.14 spec/examples/hello.rb
ramaze-2012.03.07 spec/examples/hello.rb
ramaze-2011.12.28 spec/examples/hello.rb
ramaze-2011.10.23 spec/examples/hello.rb
ramaze-2011.07.25 spec/examples/hello.rb
ramaze-2011.01.30 spec/examples/hello.rb
ramaze-2011.01 spec/examples/hello.rb
ramaze-2010.06.18 spec/examples/hello.rb
ramaze-2010.04.04 spec/examples/hello.rb
ramaze-2010.04 spec/examples/hello.rb
ramaze-2010.03 spec/examples/hello.rb
ramaze-2010.01 spec/examples/hello.rb
ramaze-2009.10 spec/examples/hello.rb
ramaze-2009.07 spec/examples/hello.rb