summaryrefslogtreecommitdiff
path: root/spec/unit/ensure_resources_spec.rb
AgeCommit message (Collapse)Author
2017-07-06(MODULES-5186) move test to correct locationtphoney
2016-12-08(MODULES-3829) Add tests for ensure_resourcesHailee Kenney
Prior to this commit, we didn't have tests for the ensure_resources function (only for the ensure_resource function). This meant that we weren't catching a bug in the ensure_resources function. In order to prevent this in the future, add some tests which test the specific functionality of ensure_resources.