Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mcmire committed Feb 16, 2019
1 parent 1cf402d commit 00a84c0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions doc_config/yard/templates/default/fulldoc/html/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ blockquote p {
line-height: inherit;
}

/*
ul ul, ol ol, ul ol, ol ul {
margin-bottom: 1.25em;
}
*/
2 changes: 2 additions & 0 deletions lib/shoulda/matchers/action_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

module Shoulda
module Matchers
# This module provides matchers that are used to test behavior within
# controllers.
module ActionController
end
end
Expand Down
5 changes: 2 additions & 3 deletions lib/shoulda/matchers/active_model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@

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
#
Expand Down
2 changes: 2 additions & 0 deletions lib/shoulda/matchers/active_record.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

module Shoulda
module Matchers
# This module provides matchers that are used to test behavior within
# ActiveRecord classes.
module ActiveRecord
end
end
Expand Down
3 changes: 2 additions & 1 deletion lib/shoulda/matchers/independent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

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
Expand Down
1 change: 1 addition & 0 deletions lib/shoulda/matchers/warn.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module Shoulda
module Matchers
# @private
TERMINAL_MAX_WIDTH = 72

# @private
Expand Down

0 comments on commit 00a84c0

Please sign in to comment.