@@ -185,18 +185,6 @@ RSpec.describe Tooling::Danger::Changelog do
it{is_expected.tohave_attributes(warnings: ["This MR has a Changelog file outside `ee/`, but code changes in `ee/`. Consider moving the Changelog file into `ee/`."])}
it{is_expected.tohave_attributes(warnings: ["This MR has a Changelog file inside `ee/`, but there are database changes which [requires](https://docs.gitlab.com/ee/development/changelog.html#what-warrants-a-changelog-entry) the Changelog placement to be outside of `ee/`. Consider moving the Changelog file outside `ee/`."])}
end
end
end
context"with no EE changes"do
...
...
@@ -219,26 +207,20 @@ RSpec.describe Tooling::Danger::Changelog do
check_result.warning("This MR has a Changelog file inside `ee/`, but there are database changes which [requires](https://docs.gitlab.com/ee/development/changelog.html#what-warrants-a-changelog-entry) the Changelog placement to be outside of `ee/`. Consider moving the Changelog file outside `ee/`.")