##// END OF EJS Templates
Rails3: test: replace deprecated errors.on_base at test_should_not_be_able_to_reopen_an_issue_assigned_to_a_closed_version of unit/issue_test.rb...
Toshi MARUYAMA -
r7491:e911d46aa8c7
parent child
Show More
@@ -432,7 +432,7 class IssueTest < ActiveSupport::TestCase
432 432 issue = Issue.find(11)
433 433 issue.status_id = 1
434 434 assert !issue.save
435 assert_not_nil issue.errors.on_base
435 assert_not_nil issue.errors[:base]
436 436 end
437 437
438 438 def test_should_be_able_to_reopen_and_reassign_an_issue_assigned_to_a_closed_version
General Comments 0
You need to be logged in to leave comments. Login now