# File lib/pyrite/helpers.rb, line 5
    def fixture(filename)
      File.join(Rails.root,'test','fixtures', filename)
    end