Skip to content

Commit b0fb6f5

Browse files
committed
Include missing Yard docs
Fix README section nesting via headers.
1 parent 90fb76e commit b0fb6f5

File tree

3 files changed

+408
-12
lines changed

3 files changed

+408
-12
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,10 @@ want:
347347
```
348348

349349
When using this metadata option you do not need to explicitly require the
350-
model factory feature. This gem metadata with the RSpec's configuration
351-
when it loads and RSpec is loaded. When the metadata is first used it will
352-
automatically require the model factory and include the helpers.
350+
model factory feature. This gem registers metadata with the RSpec
351+
configuration when it loads and `RSpec` is defined. When the metadata is
352+
first used it will automatically require the model factory feature and
353+
include the helpers.
353354

354355
Any of following metadata will include the factory helpers:
355356

@@ -387,7 +388,7 @@ There are a few behaviors to note for using the builder:
387388
`Proc` as an attribute value it will be sent to new directly without
388389
receiving `call`.
389390

390-
#### Optional Block
391+
##### Optional Block
391392

392393
Both `build` and `create` support providing an optional block. This block is
393394
passed directly to `new` when creating the object. This is to support the
@@ -418,7 +419,7 @@ Also, while the common idiom is to `yield self` classes are free to yield
418419
anything. You need to be aware of how the class normally behaves when using
419420
this feature.
420421
421-
#### "Creating" Instances
422+
##### "Creating" Instances
422423
423424
We suggest that you create instances using the following syntax:
424425

lib/radius/spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
module Radius
66
# Namespace for RSpec plug-ins and helpers
77
module Spec
8-
# Your code goes here...
98
end
109
end
1110

0 commit comments

Comments
 (0)