Sha256: 6087915cedf4ab455a9322ec83c88085a1aabd3989da86b49d20898cb34c8b02
Contents?: true
Size: 293 Bytes
Versions: 7
Compression:
Stored size: 293 Bytes
Contents
# frozen_string_literal: true # dsl matchers for controllers, models, and views # Add shoulda test helpers: https://matchers.shoulda.io/ require 'shoulda' Shoulda::Matchers.configure do |config| config.integrate do |with| with.test_framework :minitest with.library :rails end end
Version data entries
7 entries across 7 versions & 1 rubygems