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
describe Object do
it { should validate_presence_of(:attribute) }
end
the description string in the specdoc output is:
Object
- should model to validate the presence of attribute
which should be something like "Object should validate the presence of attribute". I'm not sure if this is a problem with your plugin or with the way the implicit subject functionality is implemented but I thought I'd let you know regardless.
Thanks,
Toby
The text was updated successfully, but these errors were encountered:
Hi,
When using the new implicit subject syntax:
the description string in the specdoc output is:
which should be something like "Object should validate the presence of attribute". I'm not sure if this is a problem with your plugin or with the way the implicit subject functionality is implemented but I thought I'd let you know regardless.
Thanks,
Toby
The text was updated successfully, but these errors were encountered: