dibbs-vdc / ccql

Hyrax-based Ruby on Rails application for cataloging, committing, querying, and linking data related to the DIBBS Virtual Data Collaboratory (VDC) project.
Apache License 2.0
1 stars 1 forks source link

Start Rspec Testing #41

Open jkim-ru opened 7 years ago

jkim-ru commented 7 years ago

We should eventually start looking into writing some automated tests for this application. Right now, there aren't any.

Here's a potential place to start: https://github.com/samvera/hyrax/wiki/Add-test-coverage-to-your-Hyrax-based-app

This would be good to help robustness and documentation for transition.

jkim-ru commented 6 years ago

Also, I created a basic wiki page for running the rspec tests.

https://github.com/dibbs-vdc/ccql/wiki/Testing-Environment

jkim-ru commented 6 years ago

I didn't get very far, but at least I have some tests now. Merging into master.

jkim-ru commented 6 years ago

I originally thought to merge to master, but I forgot about some code changes relating to an issue that isn't closed yet (Issue #73). This branch should only be merged once that issue is closed. So, I'm revering the merge and reopening this.