Sha256: 556e7300ed3cf26114e661ffb0a6a9d33c696c5562d44d0bf13e06f9d08cf3d2

Contents?: true

Size: 209 Bytes

Versions: 9

Compression:

Stored size: 209 Bytes

Contents

require 'spec_helper'

describe TemplateApp do
  
  def app
    TemplateApp
  end

  it "says hello" do
    get '/'
    last_response.should be_ok
    last_response.body.should match("TemplateApp!")
  end

end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
deano-1.2.1 template_app/spec/apps/template_app_spec.rb
deano-1.2.0 template_app/spec/apps/template_app_spec.rb
deano-1.1.3 template_app/spec/apps/template_app_spec.rb
deano-1.1.2 template_app/spec/apps/template_app_spec.rb
deano-1.1.1 template_app/spec/apps/template_app_spec.rb
deano-1.1.0 template_app/spec/apps/template_app_spec.rb
deano-1.0.0 template_app/spec/apps/template_app_spec.rb
sinatra-template-1.3.0 template_app/spec/apps/template_app_spec.rb
sinatra-template-1.2.0 template_app/spec/apps/template_app_spec.rb