Sha256: c7b4c598a47f8ee2636617096e549930315bc11d8285acc49991f984add62239
Contents?: true
Size: 174 Bytes
Versions: 3
Compression:
Stored size: 174 Bytes
Contents
module FixturesHelper def fixture_path(*args) directory = Pathname.new(File.dirname(File.absolute_path(__FILE__))) directory.join('..', 'fixtures', *args) end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
ru-0.0.3 | spec/support/fixtures_helper.rb |
ru-0.0.2 | spec/support/fixtures_helper.rb |
rushed-0.0.2 | spec/support/fixtures_helper.rb |