Skip to content

Commit

Permalink
Removed the redundant test for NoMethodError check.
Browse files Browse the repository at this point in the history
  • Loading branch information
evolve75 committed Dec 17, 2014
1 parent b392635 commit 11ab792
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_tree.rb
Expand Up @@ -1591,7 +1591,6 @@ def test_name_accessor

assert_equal 'ROOT', @root.name, "Name should be 'ROOT'"

assert_raise (NoMethodError) {@root.name = 'ROOT2'} # The name assignment is protected
end

def test_rename
Expand Down

0 comments on commit 11ab792

Please sign in to comment.