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
|
# licensed under the Affero General Public License version 3 or later. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
module UsersHelper
|
module GettingStartedHelper
|
||||||
# @return [Boolean] The user has filled out all profile fields
|
# @return [Boolean] The user has filled out all profile fields
|
||||||
def has_completed_profile?
|
def has_completed_profile?
|
||||||
profile = current_user.person.profile
|
profile = current_user.person.profile
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
|
||||||
describe UsersHelper do
|
describe GettingStartedHelper do
|
||||||
before do
|
before do
|
||||||
@current_user = alice
|
@current_user = alice
|
||||||
end
|
end
|
||||||
Loading…
Reference in a new issue