Skip to content

Commit

Permalink
Lint clean + categorize in Beacon-Core-Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
astares committed Sep 16, 2019
1 parent 7a1e8ca commit 75d6c0f
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Beacon-Core-Tests/DummySignal.class.st
Expand Up @@ -4,5 +4,5 @@ This signal is solely used for testing purposes.
Class {
#name : #DummySignal,
#superclass : #BeaconSignal,
#category : #'Beacon-Core-Tests'
#category : #'Beacon-Core-Tests-Signals'
}
13 changes: 13 additions & 0 deletions src/Beacon-Core-Tests/ManifestBeaconCoreTests.class.st
@@ -0,0 +1,13 @@
"
I store metadata for this package. These meta data are used by other tools such as the SmalllintManifestChecker and the critics Browser
"
Class {
#name : #ManifestBeaconCoreTests,
#superclass : #PackageManifest,
#category : #'Beacon-Core-Tests-Manifest'
}

{ #category : #'code-critics' }
ManifestBeaconCoreTests class >> ruleRBBadMessageRuleV1FalsePositive [
^ #(#(#(#RGMethodDefinition #(#WrapperSignalTest #testAsBeaconSignalTransformsIntoWrapperSignal #false)) #'2019-09-16T11:41:03.590505+02:00') )
]
2 changes: 1 addition & 1 deletion src/Beacon-Core-Tests/MemoryLoggerTest.class.st
Expand Up @@ -8,7 +8,7 @@ Class {
#classInstVars : [
'previousRecordings'
],
#category : #'Beacon-Core-Tests'
#category : #'Beacon-Core-Tests-Tests'
}

{ #category : #testing }
Expand Down
2 changes: 1 addition & 1 deletion src/Beacon-Core-Tests/SignalLoggerTest.class.st
Expand Up @@ -5,7 +5,7 @@ A SignalLoggerTest is xxxxxxxxx.
Class {
#name : #SignalLoggerTest,
#superclass : #TestCase,
#category : #'Beacon-Core-Tests'
#category : #'Beacon-Core-Tests-Tests'
}

{ #category : #tests }
Expand Down
2 changes: 1 addition & 1 deletion src/Beacon-Core-Tests/SignalTest.class.st
Expand Up @@ -5,7 +5,7 @@ A SignalTest is xxxxxxxxx.
Class {
#name : #SignalTest,
#superclass : #TestCase,
#category : #'Beacon-Core-Tests'
#category : #'Beacon-Core-Tests-Tests'
}

{ #category : #tests }
Expand Down
2 changes: 1 addition & 1 deletion src/Beacon-Core-Tests/WrapperSignalTest.class.st
Expand Up @@ -5,7 +5,7 @@ A WrapperSignalTest is xxxxxxxxx.
Class {
#name : #WrapperSignalTest,
#superclass : #TestCase,
#category : #'Beacon-Core-Tests'
#category : #'Beacon-Core-Tests-Tests'
}

{ #category : #tests }
Expand Down

0 comments on commit 75d6c0f

Please sign in to comment.