def resource(filename) File.expand_path("../resources/#{filename}", __FILE__) end module Loginator module Test module Resources end end end