Clean things up via Rubocop

This commit is contained in:
Nick Hammond
2024-08-27 22:52:06 -07:00
parent 897b3b4e46
commit 826308aabd
3 changed files with 7 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ class ConfigurationBuilderTest < ActiveSupport::TestCase
end end
test "pack?" do test "pack?" do
refute config.builder.pack? assert_not config.builder.pack?
end end
test "pack? with pack builder" do test "pack? with pack builder" do