Sha256: 791cf8a7d6d2ffb9a28b31c3ed4c7a834d79d80d0182563644562b7460fe64c2

Contents?: true

Size: 273 Bytes

Versions: 2

Compression:

Stored size: 273 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

2 entries across 2 versions & 1 rubygems

Version Path
manveru-innate-2009.02.06 spec/example/hello.rb
manveru-innate-2009.02.21 spec/example/hello.rb