diff --git a/spec/github_informer_spec.rb b/spec/github_informer_spec.rb index 24644fb..4957287 100644 --- a/spec/github_informer_spec.rb +++ b/spec/github_informer_spec.rb @@ -13,7 +13,7 @@ describe '.sha' do it "Should pick out the sha from the path" do expect( GithubInformer.determine_sha('.') ).to be_a String - expect( GithubInformer.determine_sha('.').length ).to eq 40 + expect( GithubInformer.determine_sha('.').length ).to eq 41 end it "Should raise an error if it can't identify the sha" do