UsersHelper -> GettingStartedHelper
This commit is contained in:
parent
e589dd88b2
commit
984eef25be
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# licensed under the Affero General Public License version 3 or later. See
|
||||
# the COPYRIGHT file.
|
||||
|
||||
module UsersHelper
|
||||
module GettingStartedHelper
|
||||
# @return [Boolean] The user has filled out all profile fields
|
||||
def has_completed_profile?
|
||||
profile = current_user.person.profile
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
# the COPYRIGHT file.
|
||||
require 'spec_helper'
|
||||
|
||||
describe UsersHelper do
|
||||
describe GettingStartedHelper do
|
||||
before do
|
||||
@current_user = alice
|
||||
end
|
||||
Loading…
Reference in a new issue