assert_field_default_value(attribute_type, value)
Instance Public methods
Asserts the given attribute type gets a proper default value:
assert_field_default_value :string, "MyString"
Asserts the given attribute type gets a proper default value:
assert_field_default_value :string, "MyString"
Please login to continue.