Module: ERBMetaMixin
- Defined in:
- lib/vendor/twitter/spec/twitter/meta_spec.rb
Instance Method Summary collapse
-
#project_files ⇒ Object
Needed to make the YAML load work…
-
#spec_files ⇒ Object
Needed to make the YAML load work…
Instance Method Details
#project_files ⇒ Object
Needed to make the YAML load work…
14 15 16 |
# File 'lib/vendor/twitter/spec/twitter/meta_spec.rb', line 14 def project_files glob_files(@root_dir, 'lib', '**/*.rb') end |
#spec_files ⇒ Object
Needed to make the YAML load work…
19 20 21 |
# File 'lib/vendor/twitter/spec/twitter/meta_spec.rb', line 19 def spec_files glob_files(@root_dir, 'spec', '**/*_spec.rb') end |