Update documentation

[ci skip]
This commit is contained in:
Elliot Winkler 2019-02-16 03:01:35 -07:00
parent 1cf402dd1d
commit 00a84c0bfe
6 changed files with 11 additions and 4 deletions

View File

@ -61,6 +61,8 @@ blockquote p {
line-height: inherit;
}
/*
ul ul, ol ol, ul ol, ol ul {
margin-bottom: 1.25em;
}
*/

View File

@ -16,6 +16,8 @@ require 'shoulda/matchers/action_controller/session_store'
module Shoulda
module Matchers
# This module provides matchers that are used to test behavior within
# controllers.
module ActionController
end
end

View File

@ -32,9 +32,8 @@ require 'shoulda/matchers/active_model/have_secure_password_matcher'
module Shoulda
module Matchers
# This mixin provides matchers that are used to test behavior, such as
# validations, that you've added to your ActiveModel (or ActiveRecord)
# objects.
# This module provides matchers that are used to test behavior within
# ActiveModel or ActiveRecord classes.
#
# ### Testing conditional validations
#

View File

@ -24,6 +24,8 @@ require "shoulda/matchers/active_record/validate_uniqueness_of_matcher"
module Shoulda
module Matchers
# This module provides matchers that are used to test behavior within
# ActiveRecord classes.
module ActiveRecord
end
end

View File

@ -4,7 +4,8 @@ require 'shoulda/matchers/independent/delegate_method_matcher/target_not_defined
module Shoulda
module Matchers
# Matchers for non-Rails-dependent code.
# This module provides matchers that are used to test behavior outside of
# Rails-specific classes.
module Independent
end
end

View File

@ -1,5 +1,6 @@
module Shoulda
module Matchers
# @private
TERMINAL_MAX_WIDTH = 72
# @private