diff --git a/test/functional/phases_controller_test.rb b/test/functional/phases_controller_test.rb index 3c0386a..7050ddb 100644 --- a/test/functional/phases_controller_test.rb +++ b/test/functional/phases_controller_test.rb @@ -8,7 +8,7 @@ scaffold_template # Get the first Org Admin - @user = org_admin_from(@template.org) + scaffold_org_admin(@template.org) @plan = Plan.create!(template: @template, title: 'Test Plan', roles: [Role.new(user: @user, creator: true)])