Remove unneeded call to #shutup! in spec.

This commit is contained in:
Markus Reiter 2020-08-02 02:48:20 +02:00
parent 2dce2ace2c
commit 57fa48b758

View File

@ -121,7 +121,6 @@ describe GitDownloadStrategy do
git_commit_all
end
subject.shutup!
expect(subject.fetch_last_commit).to eq("f68266e")
end
end