Sha256: bf5f53bd44349cd93f570323fec7edea8775b748d3ec92022f825f0830a89941

Contents?: true

Size: 240 Bytes

Versions: 5

Compression:

Stored size: 240 Bytes

Contents

require 'test_helper'

class Kinney::SitemapControllerTest < ActionController::TestCase
  test "should get index" do
    get :index, :format => :xml, :use_route => :kinney
    assert_response :success
    assert assigns(:people)
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kinney-0.1.1 test/controllers/kinney/sitemap_controller_test.rb
kinney-0.1.0 test/controllers/kinney/sitemap_controller_test.rb
kinney-0.0.3 test/functional/kinney/sitemap_controller_test.rb
kinney-0.0.2 test/functional/kinney/sitemap_controller_test.rb
kinney-0.0.1 test/functional/kinney/sitemap_controller_test.rb