Ruby gem used in the minitest variant of the wroclove.rb 2026 lightning talk on testing Rails.env conditionals. Lets the speaker define helpers like stub_environment(:development) that stub Rails.env.development? to true while Rails.env.test? and Rails.env.production? return false, so code branches gated on Rails.env can actually be exercised inside the test environment.