Sha256: b06a89ace9140f23592523a0bf9663cc0bf10a4135a9821d060dc6b97610cf35
Contents?: true
Size: 375 Bytes
Versions: 3
Compression:
Stored size: 375 Bytes
Contents
# frozen_string_literal: true require 'particlefx2d' RSpec.configure do |config| # Enable flags like --only-failures and --next-failure config.example_status_persistence_file_path = '.rspec_status' # Disable RSpec exposing methods globally on `Module` and `main` config.disable_monkey_patching! config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
particlefx2d-0.5.0 | spec/spec_helper.rb |
particlefx2d-0.4.0 | spec/spec_helper.rb |
particlefx2d-0.3.0 | spec/spec_helper.rb |