Sha256: b056d7296c07ee290565e7032b37f5578842ee6892befab2fe3902ddb90eedad

Contents?: true

Size: 272 Bytes

Versions: 10

Compression:

Stored size: 272 Bytes

Contents

require 'spec/helper'
require 'example/hello'

describe 'example/hello' do
  behaves_like :mock

  should 'have index action' do
    got = get('/')
    got.status.should == 200
    got['Content-Type'].should == 'text/html'
    got.body.should == 'Hello, World!'
  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
manveru-innate-2009.02.25 spec/example/hello.rb
manveru-innate-2009.03.24 spec/example/hello.rb
manveru-innate-2009.04.01 spec/example/hello.rb
manveru-innate-2009.04.08 spec/example/hello.rb
manveru-innate-2009.04.18 spec/example/hello.rb
manveru-innate-2009.04 spec/example/hello.rb
manveru-innate-2009.05 spec/example/hello.rb
innate-2009.04.12 spec/example/hello.rb
innate-2009.05 spec/example/hello.rb
innate-2009.04 spec/example/hello.rb