def stub_rails_env_as(env) allow(Rails).to receive(:env).and_return(ActiveSupport::StringInquirer.new(env.to_s)) end