Registry / testing / shoulda

shoulda

JSON →
library4.0.0rbrubygemsunverified

Making tests easy on the fingers and eyes with matchers and helpers for Rails testing.

gem install shoulda
INSTALL
IMPORT
SIG · SHOULDA
S
shoulda
testingrubyv4.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Shoulda
require 'shoulda'

Using Shoulda matchers in a test

require 'shoulda' require 'minitest/autorun' class UserTest < Minitest::Test should 'be valid' do user = User.new assert user.valid? end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
12
Amazon
1
Resources
shoulda — gem install shoulda · libregistry