-
https://github.com/thoughtbot/shoulda-matchers
This is advised in the review document for the weekend challenge, so we should consider doing it too.
https://github.com/thoughtbot/factory_bot
…
-
Hello 👋
My team is looking into adding `shoulda-matchers` to our Minitest test suite. Is it possible to use `shoulda-matchers` without `shoulda-context` gem ? If so what is the recommended way ?
…
-
Hi,
I've installed the pluging with the latest Redmine version 2.6.1.
When I invoke the bundle install I get the shoulda-matchers dependency conflict.
I've commented out the dependency from the plugi…
-
Sorry about raising an issue without a PR, I had `bin/setup` issues with Puma/bundler.
The attached code, [more or less copied from the documentation](https://github.com/thoughtbot/shoulda-matchers…
-
I'm using rails 6 and with most of ActionController matchers is not working.
## Tests Controller
```ruby
require 'test_helper'
class GradesControllerTest < ActionDispatch::IntegrationTest
…
-
shoulda-matchers
http://morizyun.github.io/blog/shoulda-matchers-rspec-matcher/
-
Would be nice to support this as well:
https://github.com/beatrichartz/shoulda-callback-matchers
-
I'm upgrading `shoulda-matchers` to `4.5.1` and the following test:
```ruby
should route(:get, '/stats/api/applications/42/usage').to(id: '42')
```
returns the following output:
```
Error:
Stat…
-
### Description
Testing counter_cache no longer works with Rails 7.2.beta.
### Reproduction Steps
Define an association like this:
```ruby
belongs_to :company, optional: true, counter_cache…
-
https://matchers.shoulda.io/docs/v4.2.0/Shoulda/Matchers/ActiveRecord.html#have_secure_token-instance_method
![CB0E9DDA-F39F-40C3-B9AC-AD8A99AC71D1_4_5005_c](https://user-images.githubusercontent.c…