ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

AAJ tests do not run (Bug #710)


Added by Gregor Schmidt at 2011-11-17 10:25 am. Updated at 2011-12-01 05:27 pm.


Status:Open Start date:2011-11-17
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:Journals / History
Target version:-
Remote issue URL: Affected version:

Description

While working on #708, I tried to start the plugin tests for acts_as_journalized. Unfortunately executing

rake test:plugins NAME=acts_as_journalized

did not work as expected. It is complaining about a missing vestal_versions gem. When I remove all gem dependencies, that are unavailable, I'm running into other issues, e.g. the tests want to use a name accessor on the User model, which is not there.

I am not sure about the expected status of these tests, but Holger asked me to open this issue anyway.


History

Updated by Eric Davis at 2011-11-17 08:05 pm

They probably won't run while inside the app and should be run outside as a standalone library. In my opinion they should be removed because aaj is too coupled to the main code and is tested via the main test suite.

See also #405.

Updated by Felix Schäfer at 2011-12-01 05:27 pm

Eric Davis wrote:

In my opinion they should be removed because aaj is too coupled to the main code and is tested via the main test suite.

Probably.

Also available in: Atom PDF