Skip to content

Commit c4735bd

Browse files
committed
Fix rspec pull_request_finder_spec.rb
1 parent c3ce621 commit c4735bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/lib/msf/util/document_generator/pull_request_finder_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
end
5959

6060
before(:each) do
61+
allow(ENV).to receive(:has_key?).and_return(true)
6162
allow_any_instance_of(Net::HTTP).to receive(:request).with(any_args).and_return(http_response)
6263
end
6364

0 commit comments

Comments
 (0)