Class: SiteMock
- Inherits:
-
Object
- Object
- SiteMock
- Defined in:
- lib/jekyll_plugin_support/jekyll_plugin_support_spec_support.rb
Overview
Mock for Site
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
Instance Method Summary collapse
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
12 13 14 |
# File 'lib/jekyll_plugin_support/jekyll_plugin_support_spec_support.rb', line 12 def config @config end |
Instance Method Details
#collections ⇒ Object
14 15 16 |
# File 'lib/jekyll_plugin_support/jekyll_plugin_support_spec_support.rb', line 14 def collections Collections.new end |