1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 01:42:43 +03:00

Correct CommandSpec.

This commit is contained in:
Rob Rix 2017-06-01 11:27:16 -04:00
parent 4988977c78
commit 16212e86a2

View File

@ -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