]> git.openstreetmap.org Git - rails.git/blob - test/system/site_test.rb
Rename comments_feed to index
[rails.git] / test / system / site_test.rb
1 require "application_system_test_case"
2
3 class SiteTest < ApplicationSystemTestCase
4   test "visiting the index" do
5     visit "/"
6
7     assert_selector "h1", :text => "OpenStreetMap"
8   end
9 end