Skip to content

Commit

Permalink
make abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jun 30, 2020
1 parent 8c78276 commit e902abf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spec2-Tests/SpAbstractListPresenterTest.class.st
Expand Up @@ -10,7 +10,7 @@ Class {
{ #category : #testing }
SpAbstractListPresenterTest class >> isAbstract [

^ self == SpAbstractListPresenterTest
^ self == SpAbstractListPresenterTest
]

{ #category : #running }
Expand Down
6 changes: 6 additions & 0 deletions src/Spec2-Tests/SpBaseTest.class.st
Expand Up @@ -8,6 +8,12 @@ Class {
#category : #'Spec2-Tests-Utils'
}

{ #category : #testing }
SpBaseTest class >> isAbstract [

^ self = SpBaseTest
]

{ #category : #accessing }
SpBaseTest >> adapter [

Expand Down

0 comments on commit e902abf

Please sign in to comment.