def fixture(filename) File.expand_path("../fixtures/#{filename}", __FILE__) end module <%= config[:classname] %>::Test module Fixtures end end