Actions
Refactor #12098
closedDangling Fog.unmock! makes compute_resource_vms fail
Description
test/unit/compute_resource_test.rb contains a Fog.mock! without a Fog.unmock!. This causes test/functional/compute_resource_vms_controller_test.rb to fail only when ran through rake test on Rails 4. Fix is as simple as adding the missing unmock!.
Updated by Daniel Lobato Garcia over 9 years ago
- Related to Tracker #3157: Rails 4.1 upgrade tasks added
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2796 added
- Pull request deleted (
)
Updated by Dominic Cleal over 9 years ago
- Category changed from Rails to Tests
- Translation missing: en.field_release set to 71
Updated by Daniel Lobato Garcia over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset f8a45ebd3d4dd602f051c7146713445ac4d081aa.
Actions