Added registration controller tests, updated reference to Devise's deprectaed 'bypass' with bypass_sign_in', added some test helper to verify redirects to welcome page (for unauthorized attempts) and projects list page (for authorized). Added language_id back to attr_accessible on User model
dev
1 parent d41aabb commit 5d280f2599cf8d764a012ed33665be23bcab893e
@briley briley authored on 16 Nov 2016
Showing 5 changed files
View
app/controllers/registrations_controller.rb
View
app/models/user.rb
View
app/views/shared/_register_form.html.erb
View
test/functional/registrations_controller_test.rb
View
test/test_helper.rb