class Object
Public Instance Methods
file_fixture(path)
click to toggle source
# File lib/robopigeon/extend/templates/default/spec/spec_helper.erb.rb, line 16 def file_fixture(path) File.join(Dir.pwd, 'spec', 'fixtures', path) end