Sha256: 28a6918e9cc1237c27a56771db073ea7fd18c0d04f17127af1eef285af9c1ab0
Contents?: true
Size: 243 Bytes
Versions: 13
Compression:
Stored size: 243 Bytes
Contents
# frozen_string_literal: true require "anyway/testing/helpers" if defined?(RSpec::Core) RSpec.configure do |config| config.include( Anyway::Testing::Helpers, type: :config, file_path: %r{spec/configs} ) end end
Version data entries
13 entries across 13 versions & 1 rubygems