UsersHelper -> GettingStartedHelper

This commit is contained in:
danielgrippi 2011-08-03 13:17:53 -07:00
parent e589dd88b2
commit 984eef25be
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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