Sha256: b5194dc91e06723832619d86fd703fcadfd1bc4f669b4ad2a5924769eec9a535
Contents?: true
Size: 230 Bytes
Versions: 8
Compression:
Stored size: 230 Bytes
Contents
# frozen_string_literal: true require "shoulda-matchers" require "shoulda-callback-matchers" Shoulda::Matchers.configure do |config| config.integrate do |with| with.test_framework :rspec with.library :rails end end
Version data entries
8 entries across 8 versions & 1 rubygems