Actions
Bug #12597
closedSmart Proxy DNS tests have an extra method definition that is upsetting rubocop
Description
The Smart Proxy Rubocop Jenkins is failing because of this test, which has an inexplicable nested definition:
```
+ def test_delete_returns_error_if_value_is_missing
+ def test_create_returns_error_if_type_is_missing
+ delete '/'
+ assert_equal 400, last_response.status
+ end
+ end
```
Relates to #12209
Updated by The Foreman Bot about 9 years ago
- Status changed from New to Ready For Testing
- Assignee set to Aaron Stone
- Pull request https://github.com/theforeman/smart-proxy/pull/350 added
Updated by Dominic Cleal about 9 years ago
- Project changed from Foreman to Smart Proxy
- Category set to Tests
Updated by Dominic Cleal about 9 years ago
- Related to Feature #12209: Introduce support for dependency injection in dns module added
Updated by Aaron Stone about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset bef9bee933a01474b631f8fc88dfba5924b7b973.
Updated by Dominic Cleal about 9 years ago
- Translation missing: en.field_release set to 71
Actions