diff --git a/db/seeds.rb b/db/seeds.rb index 3da041d..823022a 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -6,8 +6,7 @@ # ------------------------------------------------------- identifier_schemes = [ {name: 'orcid', description: 'ORCID researcher identifiers', active: true}, - {name: 'shibboleth', description: 'Shibboleth', active: false}, - {name: 'facebook', description: 'Facebook OAuth', active: false} + {name: 'shibboleth', description: 'Shibboleth', active: false} ] identifier_schemes.map{ |is| IdentifierScheme.create!(is) if IdentifierScheme.find_by(name: is[:name]).nil? } diff --git a/test/fixtures/.gitkeep b/test/fixtures/.gitkeep deleted file mode 100644 index e69de29..0000000 --- a/test/fixtures/.gitkeep +++ /dev/null diff --git a/test/models/plan_guidance_group_test.rb b/test/models/plan_guidance_group_test.rb deleted file mode 100644 index 8afe24e..0000000 --- a/test/models/plan_guidance_group_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class PlanGuidanceGroupTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/test/models/template_test.rb b/test/models/template_test.rb deleted file mode 100644 index a8346d6..0000000 --- a/test/models/template_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class TemplateTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end