rock-core / tools-roby

The roby plan manager
Other
3 stars 11 forks source link

fix(test): reset Roby.app.plan in test setup #217

Closed caioaamaral closed 2 years ago

caioaamaral commented 2 years ago

Tests still rely on the existence of the global Roby.app. However, while we do reset the test's plan instance at every run, Roby.app.plan does not get reset which creates inconsistencies.

Use Application#reset_plan to make sure the two are in sync.