]> git.openstreetmap.org Git - rails.git/blob - test/system/site_test.rb
Change directions start to say 'on road' rather than 'at end of road'
[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