-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#682: Update rubocop-minitest requirement from = 0.20.1 to = 0.30.0
Updates the requirements on [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-minitest@v0.20.1...v0.30.0) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yurii Dubinka <[email protected]>
- Loading branch information
1 parent
71769dc
commit e5bcc40
Showing
28 changed files
with
60 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,6 +115,7 @@ class PredefinedCcTest < Lazylead::Test | |
# lead's email, thus, its took few minutes for huge projects. | ||
test "cc by component is found" do | ||
skip "Disabled due to performance issue with Jira API" | ||
|
||
assert_equal ENV.fetch("cc_email", nil), | ||
ComponentCC.new( | ||
ENV.fetch("cc_project", nil), | ||
|
@@ -136,6 +137,7 @@ class PredefinedCcTest < Lazylead::Test | |
vcs4sql: "upgrades/sqlite", | ||
testdata: true | ||
) | ||
|
||
assert_equal %w[[email protected] [email protected]], | ||
ORM::Task.find(3).detect_cc(nil)["cc"].cc | ||
end | ||
|
@@ -147,6 +149,7 @@ class PredefinedCcTest < Lazylead::Test | |
vcs4sql: "upgrades/sqlite", | ||
testdata: true | ||
) | ||
|
||
assert_equal %w[[email protected] [email protected]], | ||
ORM::Task.find(165).detect_cc(nil)["cc"].cc("jvm", "jdbc") | ||
end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,7 @@ class AssigneeAlertTest < Lazylead::Test | |
vcs4sql: "upgrades/sqlite", | ||
testdata: true | ||
) | ||
|
||
assert_equal "[email protected]", ORM::Task.find(154).props["cc"] | ||
end | ||
end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,7 @@ class DuedateTest < Lazylead::Test | |
vcs4sql: "upgrades/sqlite", | ||
testdata: true | ||
) | ||
|
||
assert_entries( | ||
{ | ||
"sql" => "filter=100500", | ||
|
@@ -81,6 +82,7 @@ class DuedateTest < Lazylead::Test | |
"template" => "lib/messages/due_date_expired.erb" | ||
) | ||
) | ||
|
||
assert_email "[DD] HMCHT!", | ||
"VSCODE-333", "2023-06-28", "Major - P3", "Rhys Howell", "Renew VSCODE automated publishing token" | ||
end | ||
|
@@ -99,6 +101,7 @@ class DuedateTest < Lazylead::Test | |
"addressee" => "Boss" | ||
) | ||
) | ||
|
||
assert_email "ALRT: Frozen", | ||
"Hi Boss", "DOCS-19", "2012-09-28", "Major - P3", "Michael Conigliaro", "MongoDB exit code reference" | ||
end | ||
|
@@ -118,6 +121,7 @@ class DuedateTest < Lazylead::Test | |
"cc" => "[email protected],[email protected]" | ||
) | ||
) | ||
|
||
assert_equal %w[[email protected] [email protected]], | ||
Mail::TestMailer.deliveries | ||
.find { |m| m.subject.eql? "CC: Watching" }.cc | ||
|
@@ -135,6 +139,7 @@ class DuedateTest < Lazylead::Test | |
"template" => "lib/messages/due_date_expired.erb" | ||
) | ||
) | ||
|
||
assert_equal(2, Mail::TestMailer.deliveries.count { |m| m.subject.eql? "DD Expired!" }) | ||
end | ||
end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,6 +50,7 @@ class LoadingTest < Lazylead::Test | |
"template" => "lib/messages/loading.erb" | ||
) | ||
) | ||
|
||
assert_email "[LL] Team loading", | ||
"[email protected]", "Ross Lawley", "No sprint: 1", | ||
"[email protected]", "Jeffrey Yemin", "No sprint: 4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,7 @@ class SavepointTest < Lazylead::Test | |
"to" => "[email protected]" | ||
) | ||
) | ||
|
||
assert_equal 'text/markdown; filename="readme.md"', | ||
Mail::TestMailer.deliveries | ||
.find { |m| m.subject.eql? "[LL] Configuration backup" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.