You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have many cells, with tests on them. They're running OK. But now I've encountered one with two strange behaviours (the other weird stuff is a separate ticket #52 )
In this case the cell template includes a partial. With the partial left in place it complains that it can't find block.erb.
If I create an empty block.erb it works.
If I comment out the partial and remove block.erb it works.
Why does including a partial in the template trigger an attempt to use block.erb?
The text was updated successfully, but these errors were encountered:
I'm upgrading from 3.11.x to 4.1.x
I have many cells, with tests on them. They're running OK. But now I've encountered one with two strange behaviours (the other weird stuff is a separate ticket #52 )
In this case the cell template includes a partial. With the partial left in place it complains that it can't find
block.erb
.If I create an empty
block.erb
it works.If I comment out the partial and remove
block.erb
it works.Why does including a partial in the template trigger an attempt to use
block.erb
?The text was updated successfully, but these errors were encountered: