summaryrefslogtreecommitdiffstats
path: root/test/functional/enumerations_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/enumerations_controller_test.rb')
-rw-r--r--test/functional/enumerations_controller_test.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/functional/enumerations_controller_test.rb b/test/functional/enumerations_controller_test.rb
index 7378e6f46..b13fc86f7 100644
--- a/test/functional/enumerations_controller_test.rb
+++ b/test/functional/enumerations_controller_test.rb
@@ -105,6 +105,9 @@ class EnumerationsControllerTest < ActionController::TestCase
assert_response :success
assert_template 'destroy'
assert_not_nil Enumeration.find_by_id(4)
+ assert_select 'select[name=reassign_to_id]' do
+ assert_select 'option[value=6]', :text => 'High'
+ end
end
def test_destroy_enumeration_in_use_with_reassignment