Sha256: a2f7e19024e77b23111971a8f11673d64f51d1b1fd20012e39b9f7259cf0e4ab
Contents?: true
Size: 176 Bytes
Versions: 23
Compression:
Stored size: 176 Bytes
Contents
module Test def self.remove_constants constants.each(&method(:remove_const)) end end RSpec.configure do |config| config.after do Test.remove_constants end end
Version data entries
23 entries across 23 versions & 3 rubygems