HomePhorge

Fix tests for #1886 with ActiveRecord 3.x
c88d22b44ba4Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Fix tests for #1886 with ActiveRecord 3.x

We didn't properly call the method to test, which lead to a failing
test. However, this couldn't be properly displayed on ruby
installations with an ActiveRecord 3.x installed, as the inspect in
the after test part, tried to examine the table, which (obviuosly)
raised a NotConnected exception.

By calling the method the right way, we fix the test and hence also
fix the failing inspection.

Details

Provenance
Peter Meier <peter.meier@immerda.ch>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU723cd922c6d2: Revert "(Maint.) Disable cleaning of storeconfigs."
Branches
Unknown
Tags
Unknown

Event Timeline

Peter Meier <peter.meier@immerda.ch> committed rPUc88d22b44ba4: Fix tests for #1886 with ActiveRecord 3.x (authored by Peter Meier <peter.meier@immerda.ch>).Sep 5 2011, 5:30 PM