Method: Cog::SpecHelpers#active_fixture_dir
- Defined in:
- lib/cog/spec_helpers.rb
#active_fixture_dir ⇒ String
Returns directory of the active fixture.
47 48 49 |
# File 'lib/cog/spec_helpers.rb', line 47 def active_fixture_dir File.join spec_root, 'active_fixture' end |