We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409999d commit 2e221e0Copy full SHA for 2e221e0
test/unit/attribute_test.rb
@@ -44,7 +44,7 @@ def create_attribute(model, name)
44
assert_equal %w{id a}, Domain::Attribute.from_model(Domain.new, Foo).map(&:name)
45
end
46
47
- test "from_model should return attributes with PK first if sort is false and prepend_primary is true" do
+ test "from_model should return attributes with PK first if prepend_primary is true" do
48
RailsERD.options[:sort] = true
49
RailsERD.options[:prepend_primary] = true
50
0 commit comments