test/functional/groups_controller_test.rb in backlog-0.18.0 vs test/functional/groups_controller_test.rb in backlog-0.19.0

- old
+ new

@@ -2,10 +2,10 @@ require 'groups_controller' class GroupsController; def rescue_action(e) raise e end; end class GroupsControllerTest < Test::Unit::TestCase - fixtures :parties, :users, :groups, :groups_users, :periods, :tasks, :task_files, :estimates, :works + main_scenario def setup @controller = GroupsController.new @request = ActionController::TestRequest.new @response = ActionController::TestResponse.new