Bradford Fults
Bradford Fults
We've standardized on `tests.fixtures` and `tests.mocks` to clean up test data and create reliable states. We just haven't yet updated `test_destalinator` to use that data instead of its own ad-hoc...
Right now we post to `general_message_channel` with: > Hey, heads up -- the following channels are stale and will be archived if no one participates in them over the next...
``` ruby Boxer.ship_all(:course, Course.all, :root_key => 'my_courses') ```
By overriding `#to_xml` on the result class, possibly by having shipped boxes be a custom `Boxer::Hash` class that inherits from `Hash`.
``` ruby widget = Widget.first Boxer.ship(widget) # inspects `.class` and assumes :widget for the box name ```