Module: ERBMetaMixin

Defined in:
lib/vendor/twitter/spec/twitter/meta_spec.rb

Instance Method Summary collapse

Instance Method Details

#project_filesObject

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_filesObject

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