Skip to content

Commit

Permalink
Test: add test to check if Squot is installed on the system
Browse files Browse the repository at this point in the history
Co-authored-by: Georg Auge <georg.auge01@gmail.com>
  • Loading branch information
FSadrieh and gwauge committed Jul 8, 2022
1 parent c338df9 commit 9f7acf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
testing
testSqoutIsInstalled

self assert: ((Smalltalk classNamed: #SquitBrowser) isNil) not
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
"tearDownTestWorkingCopy" : "LH 6/12/2022 00:48",
"testGitProjectOpen" : "LH 6/12/2022 00:04",
"testGitProjectTypeAppears" : "LH 6/12/2022 00:05",
"testHasChildren" : "LH 6/12/2022 00:07" } }
"testHasChildren" : "LH 6/12/2022 00:07",
"testSqoutIsInstalled" : "PureBehaviorTest 7/8/2022 15:26" } }

0 comments on commit 9f7acf9

Please sign in to comment.