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

Version Path
kowl-0.0.7 lib/kowl/templates/tests/minitest/support/shoulda.rb
kowl-0.0.6 lib/kowl/templates/tests/minitest/support/shoulda.rb
kowl-0.0.5 lib/kowl/templates/tests/minitest/support/shoulda.rb
kowl-0.0.4 lib/kowl/templates/tests/minitest/support/shoulda.rb
kowl-0.0.3 lib/kowl/templates/tests/minitest/support/shoulda.rb
kowl-0.0.2 lib/kowl/templates/tests/minitest/support/shoulda.rb
kowl-0.0.1 lib/kowl/templates/tests/minitest/support/shoulda.rb