~ubuntu-branches/ubuntu/saucy/camping/saucy-proposed

« back to all changes in this revision

Viewing changes to test/app_simple.rb

  • Committer: Package Import Robot
  • Author(s): Paul van Tilburg
  • Date: 2013-06-06 21:57:41 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130606215741-xk9tww2ybvpu42u4
Tags: 2.1.532-1
* New upstream release 
* debian/control: 
  - Bumped standards version to 3.9.4; no changes required 
  - Add build-depend on ruby-minitest
  - Change build depend on ruby-activerecord-2.3 into
    ruby-activerecord-3.2
  - Bump build-depend and depend on ruby-mab to >= 0.0.3
* d/p/allow-POST-through-Rack-File.patch: dropped, applied upstream 

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
  def test_index
60
60
    get '/'
61
61
    assert_body "Hello World!"
 
62
    assert_equal "text/html", last_response.headers['Content-Type']
62
63
    
63
64
    post '/'
64
65
    assert_body "Hello Post!"