Method: Cog::SpecHelpers#cogfile_path
- Defined in:
- lib/cog/spec_helpers.rb
#cogfile_path ⇒ String
Returns path to the Cogfile in the active spec fixture.
57 58 59 |
# File 'lib/cog/spec_helpers.rb', line 57 def cogfile_path File.join active_fixture_dir, 'Cogfile' end |