Skip to content

Commit

Permalink
Merge pull request #60 from zweidenker/remove-mocketry
Browse files Browse the repository at this point in the history
remove mocketry dependency
  • Loading branch information
noha committed May 6, 2024
2 parents c169174 + 6ae7c26 commit 6fcec99
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions source/BaselineOfSnapDump/BaselineOfSnapDump.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ BaselineOfSnapDump >> baseline: spec [

spec for: #'common' do: [
spec package: #'SnapDump-Core' with: [ spec requires: #('NeoJSON') ].
spec package: #'SnapDump-Core-Tests' with: [ spec requires: #('SnapDump-Core' 'Mocketry') ].
spec package: #'SnapDump-Core-Tests' with: [ spec requires: #('SnapDump-Core') ].
spec package: #'SnapDump-Handler' with: [ spec requires: #('SnapDump-Core') ].
spec package: #'SnapDump-Client' with: [ spec requires: #('SnapDump-Handler') ].
spec package: #'SnapDump-Server' with: [ spec requires: #('SnapDump-Core' 'ZincHTTPComponents' 'OpenAPI') ].
spec package: #'SnapDump-Server-Tests' with: [ spec requires: #('SnapDump-Server' 'Mocketry' ) ].
spec package: #'SnapDump-Server-Tests' with: [ spec requires: #('SnapDump-Server' ) ].
spec package: #'SnapDump-UI' with: [ spec requires: #('SnapDump-Client' ) ].

spec
Expand All @@ -26,7 +26,6 @@ BaselineOfSnapDump >> baseline: spec [
group: 'core' with: #(#'SnapDump-Core' );
group: 'tests' with: #('SnapDump-Core-Tests' 'SnapDump-Server-Tests').

self mocketry: spec.
self zinc: spec.
self cinic: spec.
self openApi: spec.
Expand All @@ -40,12 +39,6 @@ BaselineOfSnapDump >> cinic: spec [
spec repository: 'github://zweidenker/Cinic:0.3.1'. ]
]

{ #category : #baselines }
BaselineOfSnapDump >> mocketry: spec [
spec baseline: 'Mocketry' with: [
spec repository: 'github://dionisiydk/Mocketry:v4.0.x'. ]
]

{ #category : #'as yet unclassified' }
BaselineOfSnapDump >> neoJson: spec [
spec
Expand Down

0 comments on commit 6fcec99

Please sign in to comment.