Added domain to the identifier_Scheme table. Added unit and functional tests for the identifier_scheme functionality
dev
1 parent f074a94 commit 3605bf2b251d22c334b14cffb2a30fe952c07250
@briley briley authored on 9 Nov 2016
Showing 15 changed files
View
Gemfile
View
Gemfile.lock
View
app/controllers/users/omniauth_callbacks_controller.rb
View
app/models/identifier_scheme.rb
View
app/models/user.rb
View
app/models/user_identifier.rb
View
app/validators/url_validator.rb 0 → 100644
View
db/migrate/20161108214240_add_domain_to_identifier_schemes.rb 0 → 100644
View
db/schema.rb
View
db/seeds.rb
View
test/fixtures/identifier_schemes.yml
View
test/functional/users/omniauth_callbacks_controller_test.rb
View
test/test_helper.rb
View
test/unit/identifier_schemes_test.rb 0 → 100644
View
test/unit/user_test.rb