Sha256: 49f9733831cc152ee41b0b548811e91f5c07bce73576f3e02047deca61274f3f
Contents?: true
Size: 418 Bytes
Versions: 4
Compression:
Stored size: 418 Bytes
Contents
begin require "pry" rescue LoadError nil end require "evil-struct" require "dry-types" RSpec.configure do |config| config.order = :random config.filter_run focus: true config.run_all_when_everything_filtered = true # Prepare the Test namespace for constants defined in specs config.around(:each) do |example| Test = Class.new(Module) example.run Object.send :remove_const, :Test end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
evil-struct-0.0.4 | spec/spec_helper.rb |
evil-struct-0.0.3 | spec/spec_helper.rb |
evil-struct-0.0.2 | spec/spec_helper.rb |
evil-struct-0.0.1 | spec/spec_helper.rb |