]> git.openstreetmap.org Git - rails.git/blob - test/system/site_test.rb
Bump autoprefixer-rails from 9.8.6.2 to 9.8.6.3
[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