Skip to content

Commit

Permalink
Avoid unnecessary IDE dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
astares committed May 15, 2024
1 parent f452ab6 commit 3d759c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ ReBaselineProperlyPackagedRuleTest >> tearDown [
super tearDown
]

{ #category : 'tests' }
ReBaselineProperlyPackagedRuleTest >> testBasicCheck [

self deny: (ReBaselineProperlyPackagedRule new basicCheck: BaselineOfPharo).
self deny: (ReBaselineProperlyPackagedRule new basicCheck: BaselineOfPharo class)
]

{ #category : 'tests' }
ReBaselineProperlyPackagedRuleTest >> testRuleWithBadPackagedBaselineClass [

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ ReBaselineWithProperSuperclassRuleTest >> tearDown [
super tearDown
]

{ #category : 'tests' }
ReBaselineWithProperSuperclassRuleTest >> testBasicCheck [

self deny: (ReBaselineWithProperSuperclassRule new basicCheck: BaselineOfPharo).
self deny: (ReBaselineWithProperSuperclassRule new basicCheck: BaselineOfPharo class)
]

{ #category : 'tests' }
ReBaselineWithProperSuperclassRuleTest >> testRuleWithBaselineClassWithCorrectSuperclass [

Expand Down

0 comments on commit 3d759c4

Please sign in to comment.