Sha256: 7a501a980eee46facc00a6ffee92d962636e2c1f548b051fe9b1085bdeae338d

Contents?: true

Size: 182 Bytes

Versions: 10

Compression:

Stored size: 182 Bytes

Contents

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

describe 'Hello' do
  behaves_like :mock

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

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
Pistos-ramaze-2009.04.08 spec/examples/hello.rb
manveru-ramaze-2009.04.01 spec/examples/hello.rb
manveru-ramaze-2009.04.08 spec/examples/hello.rb
manveru-ramaze-2009.04.18 spec/examples/hello.rb
manveru-ramaze-2009.04.22 spec/examples/hello.rb
manveru-ramaze-2009.04 spec/examples/hello.rb
manveru-ramaze-2009.05.08 spec/examples/hello.rb
manveru-ramaze-2009.05 spec/examples/hello.rb
ramaze-2009.04 spec/examples/hello.rb
ramaze-2009.05 spec/examples/hello.rb