Method: Wukong::SpecHelpers::IntegrationTests#examples_dir
- Defined in:
- lib/wukong/spec_helpers/integration_tests.rb
#examples_dir(*args) ⇒ String
The directory to use for examples for the spawned process.
If args are given, return a path within this directory.
44 45 46 |
# File 'lib/wukong/spec_helpers/integration_tests.rb', line 44 def examples_dir *args root.join('examples', *args).to_s end |