-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
When given:
validations do
version 1 do
# empty
view :index do
# empty
end
end
endI expect the second # empty to error, but not the first.
validations do
version 1 do
# empty
end
endI expect the only (and first) # empty to error.
This might be impossible due to how these blocks can be freely nested. For example, why would view :index error here, but version 1 (with implicit view nil won't (and shouldn't).
If this can't be solved, that's fine.
Metadata
Metadata
Assignees
Labels
No labels