apsislabs / phi_attrs

HIPAA compliant PHI access logging for Ruby on Rails.
MIT License
27 stars 3 forks source link

Fix Logging for Multiple Access #41

Closed egreer closed 5 years ago

egreer commented 5 years ago

The unit tests are wrong in spec/phi_attrs/logger_spec.rb lines 172, 179, 208, 215. as they are using allow! instead of block.

Need to fix the underlying logging and the tests,