* VRFS-1026 and VRFS-1024 resolved (signin and dropdown scooted back

This commit is contained in:
Seth Call 2014-02-04 03:06:46 +00:00
parent d82b0b6fd9
commit ea19fe002d
2 changed files with 1 additions and 3 deletions

View File

@ -133,8 +133,6 @@ class UsersController < ApplicationController
terms_of_service = params[:jam_ruby_user][:terms_of_service].nil? ? false : true
musician = params[:jam_ruby_user][:musician]
puts "params: #{params.inspect}"
@user = UserManager.new.signup(remote_ip: request.remote_ip,
first_name: params[:jam_ruby_user][:first_name],
last_name: params[:jam_ruby_user][:last_name],

View File

@ -62,7 +62,7 @@ describe "Authentication", :js => true, :type => :feature, :capybara_feature =>
find('.userinfo .sign-out a').trigger(:click)
end
it { page.should have_title("JamKazam | Sign in") }
it { find('h1', text: 'Play music together over the Internet as if in the same room') }
end
end
end