CUL Hydra Models for repository applications
- Requires Rails 5.1.1 or later.
- Relies on ActiveFedora 8 gem.
- Works with Fedora 3.8.
Installation
Add this line to your application's Gemfile:
gem 'cul_hydra_models'And then execute:
$ bundleOr install it yourself as:
$ gem install cul_hydra_modelsTo Run Integration Tests (coming soon)
bundle exec rake cul_hydra:ci
To Run Unit Tests
bundle exec rspec spec/unit