Skip to content

Commit 4c16e20

Browse files
committed
Move critics to available package
1 parent d128979 commit 4c16e20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/src/Exercism/ExercismHintRule.class.st renamed to dev/src/ExercismTools/ExercismHintRule.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Class {
22
#name : #ExercismHintRule,
33
#superclass : #ReAbstractRule,
4-
#category : #'Exercism-TwoFer'
4+
#category : #ExercismTools
55
}
66

77
{ #category : #accessing }

dev/src/Exercism/ExercismHintTwoFerReuseRule.class.st renamed to dev/src/ExercismTools/ExercismHintTwoFerReuseRule.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ For practice, your '#who' method should reuse your '#who:' method.
55
Class {
66
#name : #ExercismHintTwoFerReuseRule,
77
#superclass : #ExercismHintRule,
8-
#category : #'Exercism-TwoFer'
8+
#category : #ExercismTools
99
}
1010

1111
{ #category : #'testing-interest' }

0 commit comments

Comments
 (0)