Sha256: debced102b364f40a6e2178f4e83ce25476018440c223753e0fa0b680e37a99e
Contents?: true
Size: 269 Bytes
Versions: 8
Compression:
Stored size: 269 Bytes
Contents
# frozen_string_literal: true RSpec.describe Mutant::Isolation::Fork, mutant: false do # rubocop:disable Lint/AmbiguousBlockAssociation specify do a = 1 expect do Mutant::Config::DEFAULT.isolation.call { a = 2 } end.to_not change { a } end end
Version data entries
8 entries across 8 versions & 1 rubygems