-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop all tests that seem to be testing the superclass
I changed configuration_script_source.rb to: ```ruby class ManageIQ::Providers::EmbeddedTerraform::AutomationManager::ConfigurationScriptSource < ManageIQ::Providers::EmbeddedAutomationManager::ConfigurationScriptSource FRIENDLY_NAME = "Embedded Terraform Repository".freeze def sync end end ``` and all of the removed tests still pass which tells me either the tests aren't needed, the code needs to be implemented and/or the test needs to test what unique behavior is provided by this class.
- Loading branch information
Showing
1 changed file
with
0 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters