* VRFS-1026 and VRFS-1024 resolved (signin and dropdown scooted back
This commit is contained in:
parent
d82b0b6fd9
commit
ea19fe002d
|
|
@ -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],
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue