mirror of
https://github.com/github/semantic.git
synced 2024-12-29 01:42:43 +03:00
Correct CommandSpec.
This commit is contained in:
parent
4988977c78
commit
16212e86a2
@ -87,7 +87,7 @@ spec = parallel $ do
|
||||
|
||||
it "returns emptySourceBlob if path doesn't exist at sha" $ do
|
||||
blobs <- runCommand (readFilesAtSHA repoPath [] [("methods.rb", Just Ruby)] (Both.fst (shas methodsFixture)))
|
||||
nonExistentBlob <$> blobs `shouldBe` [True]
|
||||
blobExists <$> blobs `shouldBe` [False]
|
||||
|
||||
describe "readFilesAtSHAs" $ do
|
||||
it "returns blobs for the specified paths" $ do
|
||||
|
Loading…
Reference in New Issue
Block a user