Sha256: f4a8df2157d9a0d6c0e81d2a7a67b7bbd8e5a32f3bd0839afe17e3440ce8c1dd
Contents?: true
Size: 192 Bytes
Versions: 9
Compression:
Stored size: 192 Bytes
Contents
require "rspec" RSpec.configuration.after(:each, autodoc: true) do |example| Autodoc.documents.append(self, example) end RSpec.configuration.after(:suite) do Autodoc.documents.write end
Version data entries
9 entries across 9 versions & 1 rubygems