Elliot Winkler
Elliot Winkler
Hey folks. In an effort to lighten our load as maintainers and be able to serve you better in the future, the shoulda-matchers team is working on cleaning out the...
@jcraigk Have you tried this fix? https://github.com/thoughtbot/shoulda-matchers/issues/682#issuecomment-151715507. Edit: I'll reopen this issue but I can't make any promises about when it would get fixed. This is a tricky problem to...
Hi @prashantham, this doesn't seem right to me, although I admit it's a bit confusing. * The name of the Rails validation ends in `s` (e.g. `validates_absence_of`) because it's designed...
@prashantham Right, but I'm not sure the spelling fix is correct. The way you use the validation in a typical model is by saying: ``` validates_absence_of :something ``` If you...
Hey @LukasBarry. When using `is_at_least`, the matcher will build a string with length of ` - 1` (which in this case is 0), set the attribute (`books`) to that string,...
Hey @ysyyork! As you can see here there is a PR here that was submitted. While it's a good start it does need some tests. Unfortunately this issue is low...
Hey folks. In an effort to lighten our load as maintainers and be able to serve you better in the future, the shoulda-matchers team is working on cleaning out the...
Reopening since this is dependent on a PR.
We're a bit behind in supporting Minitest at the moment. I don't think we even test that you can use controller matchers in an ActionDispatch::IntegrationTest (although in theory they should...
Hmm, alright. I don't have any immediate insight as to why this could be happening, but I'll look into this to see if there is a workaround.