module Maxitest::Helpers::ClassMethods

def with_env(env)

def with_env(env)
  around { |t| with_env(env, &t) }
end