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; line-height: inherit;
} }
/*
ul ul, ol ol, ul ol, ol ul { ul ul, ol ol, ul ol, ol ul {
margin-bottom: 1.25em; margin-bottom: 1.25em;
} }
*/

View File

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

View File

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

View File

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

View File

@ -4,7 +4,8 @@ require 'shoulda/matchers/independent/delegate_method_matcher/target_not_defined
module Shoulda module Shoulda
module Matchers 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 module Independent
end end
end end

View File

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