thoughtbotshoulda
As an umbrella gem, the shoulda gem doesn't contain any code of its own but rather brings in behavior from two other gems: Shoulda Context · Shoulda Matchers.
Shoulda Matchers
Spend less time writing long, complex, and error-prone tests. Extensive matchers for ActiveModel, ActiveRecord, and ActionController.
Shoulda Matchers provides RSpec
The matchers provided by this gem are divided into different categories depending on what you're testing within your Rails app: database models backed by ...
Shoulda Matchers with RSpec
It is a ruby testing gem that provides RSpec- and compatible one liners that test Rails functionality. In this post I'm going to show you how to use Shoulda ...
shoulda-matchers 6.2.0
Shoulda Matchers provides RSpec- and Minitest-compatible one-liners to test common Rails functionality that, if written by hand, would be much longer, more ...
shoulda-matchers | RubyGems.org
Shoulda Matchers provides RSpec- and Minitest-compatible one-liners to test common Rails functionality that, if written by hand, ...