Skip to content

Commit

Permalink
Moved http status initialization to Hyperspace
Browse files Browse the repository at this point in the history
  • Loading branch information
fortizpenaloza committed Jun 24, 2019
1 parent bc6d749 commit 417d498
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 38 deletions.
14 changes: 1 addition & 13 deletions source/BaselineOfStargate/BaselineOfStargate.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,7 @@ BaselineOfStargate >> baseline: spec [
group: 'Examples' with: #('Deployment' 'Stargate-Examples');
group: 'Tools' with: #('Teapot-Tools');
group: 'Development' with: #('Tests' 'Tools')
].

spec
for: #'pharo6.x'
do: [ self initializeHTTPStatusCodes ]
]

{ #category : #'private - baselines' }
BaselineOfStargate >> initializeHTTPStatusCodes [

"Some constants are missing, reinitialize to fix that"

^ ZnConstants initializeHTTPStatusCodes
]
]

{ #category : #accessing }
Expand Down
23 changes: 0 additions & 23 deletions source/Stargate-Model-Tests/HTTPClientErrorTest.class.st

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Extension { #name : #HTTPClientErrorTest }
Extension { #name : #HTTPNotAcceptableTest }

{ #category : #'*Stargate-Model-Tests' }
HTTPClientErrorTest >> testNotAcceptableAsJSON [
HTTPNotAcceptableTest >> testNotAcceptableAsJSON [

| error json |

Expand Down

0 comments on commit 417d498

Please sign in to comment.