Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHEF-7406 specs for transporter #13

Merged
merged 9 commits into from
Jan 15, 2024

Conversation

sathish-progress
Copy link
Contributor

This PR adds coverage for specs

Description

This PR fixes existing specs as well test more cases. Raises NotImplementedError for connections.

Related Issue

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New content (non-breaking change)
  • Breaking change (a content change which would break existing functionality or processes)

Checklist:

  • I have read the CONTRIBUTING document.

def connect; end
# TODO: implement this
def connect
raise NotImplementedError
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

specs are expected to fail at this stage

Signed-off-by: Sathish Babu <[email protected]>
@sathish-progress
Copy link
Contributor Author

merging this as it is expected to fail at this stage.

@sathish-progress sathish-progress merged commit c578a75 into main Jan 15, 2024
@sathish-progress sathish-progress deleted the CHEF-7406-specs-for-transporter branch January 15, 2024 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant