Skip to content

Commit f8ee25d

Browse files
committed
GemTalk/Rowan#953: spec_0089 methods should return true, so tests pass
1 parent 6fac342 commit f8ee25d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RwTestProjectLibraryIndexCard {
3434
953
3535
],
3636
#gemstoneIssues : [ ],
37-
#rowanSHA : '6f8404a8c'
37+
#rowanSHA : '3d8a11eae'
3838
}
3939
```
4040

index_0089.ston

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ RwTestProjectLibraryIndexCard {
99
953
1010
],
1111
#gemstoneIssues : [ ],
12-
#rowanSHA : '6f8404a8c'
12+
#rowanSHA : '3d8a11eae'
1313
}

src/RowanSample9V4-Core/RowanSample9V4Class1.class.st

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,28 @@ Class {
1212

1313
{ #category : 'accessing' }
1414
RowanSample9V4Class1 class >> _123abc [
15-
^self
15+
^true
1616
]
1717

1818
{ #category : 'accessing' }
19-
RowanSample9V4Class1 class >> _ABC123 [ ^self
19+
RowanSample9V4Class1 class >> _ABC123 [ ^true
2020
]
2121

2222
{ #category : 'accessing' }
23-
RowanSample9V4Class1 class >> _abc123 [ ^self
23+
RowanSample9V4Class1 class >> _abc123 [ ^true
2424
]
2525

2626
{ #category : 'accessing' }
27-
RowanSample9V4Class1 class >> a_bc123 [ ^self
27+
RowanSample9V4Class1 class >> a_bc123 [ ^true
2828
]
2929

3030
{ #category : 'accessing' }
31-
RowanSample9V4Class1 >> A_bc123 [ ^self
31+
RowanSample9V4Class1 >> A_bc123 [ ^true
3232
]
3333

3434
{ #category : 'accessing' }
3535
RowanSample9V4Class1 >> _123Abc [
36-
^self
36+
^true
3737
]
3838

3939
{ #category : 'accessing' }

0 commit comments

Comments
 (0)