removing debug statement

This commit is contained in:
Shaun McDonald 2008-12-12 18:56:22 +00:00
parent c76e60f052
commit 850bd333eb

View file

@ -13,7 +13,6 @@ class UserPreferenceControllerTest < ActionController::TestCase
get :read
assert_response :success
print @response.body
assert_select "osm:root" do
assert_select "preferences", :count => 1 do
assert_select "preference", :count => 2