File: memory.rb

package info (click to toggle)
ruby-rspec-memory 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 108 kB
  • sloc: ruby: 171; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 239 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2019-2023, by Samuel Williams.

require_relative 'memory/matchers/limit_allocations'

RSpec.shared_context RSpec::Memory do
	include RSpec::Memory::Matchers
end