it "should redirect to flex if the current user's details have already been entered" do
# @user.should_receive(:details_entered?).and_return(true)
do_post
response.should redirect_to(:action => :signup_details)
# response.should redirect_to :controller => 'flex', :action => 'index'
end