1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

Omit newest private modules from docs

[ci skip]
This commit is contained in:
Elliot Winkler 2015-03-01 01:20:41 -07:00
parent 696f1d8536
commit 3e2c4e11ae
20 changed files with 38 additions and 0 deletions

View file

@ -16,6 +16,7 @@ require 'shoulda/matchers/active_record'
module Shoulda
module Matchers
class << self
# @private
attr_accessor :assertion_exception_class
end
end