Sha256: 4a998aa4495ca08d6b37108170ebfd37852e668ed342428c3e35c9651a9fb868

Contents?: true

Size: 192 Bytes

Versions: 1

Compression:

Stored size: 192 Bytes

Contents

require 'test_helper'


class GoogleSitemapsTest < ActionDispatch::IntegrationTest  
  test "get sitemap" do
    get '/sitemaps/google.xml?format=xml'
    assert_response :success
  end
  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bcms_seo_sitemap-1.2.0 test/integration/google_sitemap_test.rb