1 require "application_system_test_case"
3 class FixthemapTest < ApplicationSystemTestCase
4 test "should have 'create a note' link with correct map hash" do
5 visit fixthemap_path(:lat => 60, :lon => 30, :zoom => 10)
8 assert_link "Add a note to the map", :href => %r{/note/new#map=10/60(\.\d+)?/30(\.\d+)?}