Sha256: ddd6a7279aa3d6b65b26a672755fc0cf93b9e175164616fe5d55bb82411571d3

Contents?: true

Size: 165 Bytes

Versions: 10

Compression:

Stored size: 165 Bytes

Contents

require 'test_helper'

class SitemapControllerTest < ActionController::TestCase

  def test_should_get_sitemap
    get :index
    assert_response :success
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
community_engine-3.2.0 test/functional/sitemap_controller_test.rb
community_engine-3.0.0 test/functional/sitemap_controller_test.rb
community_engine-2.3.2 test/functional/sitemap_controller_test.rb
community_engine-2.3.1 test/functional/sitemap_controller_test.rb
community_engine-2.3.0 test/functional/sitemap_controller_test.rb
community_engine-2.1.0 test/functional/sitemap_controller_test.rb
community_engine-2.0.0 test/functional/sitemap_controller_test.rb
community_engine-2.0.0.beta3 test/functional/sitemap_controller_test.rb
community_engine-2.0.0.beta2 test/functional/sitemap_controller_test.rb
community_engine-2.0.0.beta1 test/functional/sitemap_controller_test.rb