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

Adding a nice comment to show in a techtalk #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tesonep
Copy link
Member

@tesonep tesonep commented Jan 23, 2020

Let's merge it to accept contribution.

@tesonep tesonep requested a review from guillep January 23, 2020 16:39
@@ -22,6 +22,9 @@ TaChangingTalentTests >> testAddingMethodInADeepAliasTalent [
{ #category : #'tests-talents' }
TaChangingTalentTests >> testAddingMethodInATalent [
| x |
"This test will take an instance of Object and add to this single instance the method #someMessage.
This method returns 42, so we assert that"

x := Object new.
x addTalent: taTestTalent.
Copy link
Collaborator

Choose a reason for hiding this comment

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

This test has no assertion

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.

2 participants