fixed tests to pass with new map div ids

This commit is contained in:
Skud
2014-07-04 11:08:13 +10:00
parent 828e9d318a
commit 0dac36df74
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ describe "crops/show" do
context "map" do
it "has a map" do
render
assert_select("div#map")
assert_select("div#cropmap")
end
it "explains what's shown on the map" do

View File

@@ -6,6 +6,6 @@ describe "places/index" do
end
it "shows a map" do
assert_select "div#map"
assert_select "div#placesmap"
end
end