Sha256: bae9c04120023e114cba37a3570c9ce625b8b45e3c5ce79a70df371c6e2de7c6

Contents?: true

Size: 172 Bytes

Versions: 17

Compression:

Stored size: 172 Bytes

Contents

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

describe 'Hello' do
  behaves_like 'http'
  ramaze

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

Version data entries

17 entries across 17 versions & 4 rubygems

Version Path
Pistos-ramaze-2008.09 spec/examples/hello.rb
Pistos-ramaze-2008.12 spec/examples/hello.rb
Pistos-ramaze-2009.01 spec/examples/hello.rb
Pistos-ramaze-2009.02 spec/examples/hello.rb
manveru-ramaze-2008.07 spec/examples/hello.rb
manveru-ramaze-2008.08 spec/examples/hello.rb
manveru-ramaze-2008.09 spec/examples/hello.rb
manveru-ramaze-2008.10 spec/examples/hello.rb
manveru-ramaze-2008.12 spec/examples/hello.rb
manveru-ramaze-2009.01 spec/examples/hello.rb
ptomato-ramaze-2009.02.1 spec/examples/hello.rb
ptomato-ramaze-2009.02 spec/examples/hello.rb
ramaze-2008.06 spec/examples/hello.rb
ramaze-2009.01 spec/examples/hello.rb
ramaze-2008.11 spec/examples/hello.rb
ramaze-2009.03 spec/examples/hello.rb
ramaze-2009.02 spec/examples/hello.rb