Rename Entropy::Configuration to just Entropy

This commit is contained in:
David Heinemeier Hansson
2025-11-02 13:11:41 +01:00
parent d29e4dcdcf
commit b3474ec97d
29 changed files with 148 additions and 148 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ class RouteTest < ActionDispatch::IntegrationTest
assert_recognizes({ controller: "account/settings", action: "show" }, "/account/settings")
end
test "account/entropy_configuration" do
assert_recognizes({ controller: "account/entropy_configurations", action: "show" }, "/account/entropy_configuration")
test "account/entropy" do
assert_recognizes({ controller: "account/entropies", action: "show" }, "/account/entropy")
end
end