Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With docker-compose -f docker-compose-koppie.yml up running, the following shows an example of running rspec on the catalog_controller:

docker-compose exec -w /app/samvera/hyrax-engine app sh
cd /app/samvera/hyrax-engine/
bundle exec rspec ./spec/controllers/catalog_controller_spec.rb

...