Actions
Bug #2571
closedunexpected return (LocalJumpError) running tests
Description
All of a sudden, develop tests are failing with this one error:
unexpected return (LocalJumpError)
/var/lib/workspace/workspace/test_develop/database/postgresql/puppet/3.0/ruby/1.8.7/test/functional/users_controller_test.rb:139
/usr/local/rvm/gems/ruby-1.8.7-p371@test_develop-1/gems/minitest-spec-rails-4.7.3/lib/minitest-spec-rails/dsl.rb:22:in `instance_eval'
/usr/local/rvm/gems/ruby-1.8.7-p371@test_develop-1/gems/minitest-spec-rails-4.7.3/lib/minitest-spec-rails/dsl.rb:22:in `test_0012_anonymous'
The first return line isn't valid, since tests all assume logins are enabled. I can't see what the second return line is trying to achieve, seems that the test will never run. Perhaps remove it and check the test still passes.
Actions