Commit Graph

5 Commits (37b043d4478fb195d0c2ae7fe7ba0207ce63032d)

Author SHA1 Message Date
ysksn 6d7e05ec1f Add tests for StreamEntry ()
* Add tests for StreamEntry

- `#object_type`
- `#verb`
- `#mentions`

* Fix to test results instead of implementations
Matt Jankowski 3f5b994ff0 Stream entry specs and refactor to use delegate ()
* Add coverage for stream entry delegated methods

* Use delegate with allow_nil to clean up stream entry
Eugen Rochko 0518492158 Stop trying to shoehorn all Salmon updates into the poor database-connected
StreamEntry model. Simply render Salmon slaps as they are needed
Eugen Rochko f16b31f077 Adding a bunch of tests
Eugen Rochko 71fe24096c Adding a Mention model, test stubs