Module: FileSpec
- Defined in:
- lib/file_spec.rb,
lib/file_spec/version.rb
Overview
A set of RSpec utilities for testing files
Defined Under Namespace
Modules: Helpers, Matchers, Setup
Constant Summary collapse
- VERSION =
"0.1.3"
Class Method Summary collapse
-
.included(base) ⇒ Object
Include everything in the top-level by default.
Class Method Details
.included(base) ⇒ Object
Include everything in the top-level by default
14 15 16 17 18 |
# File 'lib/file_spec.rb', line 14 def self.included(base) base.include FileSpec::Setup base.include FileSpec::Helpers base.include FileSpec::Matchers end |