File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed
npm_and_yarn/spec/dependabot/npm_and_yarn Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 7171 . with ( :enable_shared_helpers_command_timeout ) . and_return ( true )
7272 allow ( Dependabot ::Experiments ) . to receive ( :enabled? )
7373 . with ( :avoid_duplicate_updates_package_json ) . and_return ( false )
74+ allow ( Dependabot ::Experiments ) . to receive ( :enabled? )
75+ . with ( :enable_dependency_submission_poc ) . and_return ( false )
7476 end
7577
7678 after do
Original file line number Diff line number Diff line change 6868 . with ( :enable_shared_helpers_command_timeout ) . and_return ( true )
6969 allow ( Dependabot ::Experiments ) . to receive ( :enabled? )
7070 . with ( :avoid_duplicate_updates_package_json ) . and_return ( false )
71+ allow ( Dependabot ::Experiments ) . to receive ( :enabled? )
72+ . with ( :enable_dependency_submission_poc ) . and_return ( false )
7173 end
7274
7375 after do
Original file line number Diff line number Diff line change 3838 . with ( :enable_corepack_for_npm_and_yarn ) . and_return ( enable_corepack_for_npm_and_yarn )
3939 allow ( Dependabot ::Experiments ) . to receive ( :enabled? )
4040 . with ( :enable_shared_helpers_command_timeout ) . and_return ( true )
41+ allow ( Dependabot ::Experiments ) . to receive ( :enabled? )
42+ . with ( :enable_dependency_submission_poc ) . and_return ( false )
4143 end
4244
4345 after do
Original file line number Diff line number Diff line change 8080 . with ( :enable_corepack_for_npm_and_yarn ) . and_return ( enable_corepack_for_npm_and_yarn )
8181 allow ( Dependabot ::Experiments ) . to receive ( :enabled? )
8282 . with ( :enable_shared_helpers_command_timeout ) . and_return ( true )
83+ allow ( Dependabot ::Experiments ) . to receive ( :enabled? )
84+ . with ( :enable_dependency_submission_poc ) . and_return ( false )
8385 end
8486
8587 after do
Original file line number Diff line number Diff line change 6868 . with ( :enable_corepack_for_npm_and_yarn ) . and_return ( enable_corepack_for_npm_and_yarn )
6969 allow ( Dependabot ::Experiments ) . to receive ( :enabled? )
7070 . with ( :enable_shared_helpers_command_timeout ) . and_return ( true )
71+ allow ( Dependabot ::Experiments ) . to receive ( :enabled? )
72+ . with ( :enable_dependency_submission_poc ) . and_return ( false )
7173 end
7274
7375 after do
You can’t perform that action at this time.
0 commit comments