-
- Downloads
Setting up factories for rspec
parent
5a0bed07
No related branches found
No related tags found
Showing
- hyrax/spec/factories/admin_sets.rb 30 additions, 0 deletionshyrax/spec/factories/admin_sets.rb
- hyrax/spec/factories/dataset.rb 195 additions, 0 deletionshyrax/spec/factories/dataset.rb
- hyrax/spec/factories/fedora.rb 24 additions, 0 deletionshyrax/spec/factories/fedora.rb
- hyrax/spec/factories/file_sets.rb 45 additions, 0 deletionshyrax/spec/factories/file_sets.rb
- hyrax/spec/factories/override_new_record.rb 11 additions, 0 deletionshyrax/spec/factories/override_new_record.rb
- hyrax/spec/factories/permission_templates.rb 79 additions, 0 deletionshyrax/spec/factories/permission_templates.rb
- hyrax/spec/factories/roles.rb 10 additions, 0 deletionshyrax/spec/factories/roles.rb
- hyrax/spec/factories/uploaded_file.rb 6 additions, 0 deletionshyrax/spec/factories/uploaded_file.rb
- hyrax/spec/factories/users.rb 47 additions, 0 deletionshyrax/spec/factories/users.rb
- hyrax/spec/rails_helper.rb 6 additions, 1 deletionhyrax/spec/rails_helper.rb
- hyrax/spec/spec_helper.rb 19 additions, 83 deletionshyrax/spec/spec_helper.rb
- hyrax/spec/support/factory_bot.rb 13 additions, 0 deletionshyrax/spec/support/factory_bot.rb
- hyrax/spec/support/input_support.rb 8 additions, 0 deletionshyrax/spec/support/input_support.rb
hyrax/spec/factories/admin_sets.rb
0 → 100644
hyrax/spec/factories/dataset.rb
0 → 100644
hyrax/spec/factories/fedora.rb
0 → 100644
hyrax/spec/factories/file_sets.rb
0 → 100644
hyrax/spec/factories/override_new_record.rb
0 → 100644
hyrax/spec/factories/permission_templates.rb
0 → 100644
hyrax/spec/factories/roles.rb
0 → 100644
hyrax/spec/factories/uploaded_file.rb
0 → 100644
hyrax/spec/factories/users.rb
0 → 100644
hyrax/spec/support/factory_bot.rb
0 → 100644
hyrax/spec/support/input_support.rb
0 → 100644
Please register or sign in to comment