Skip to content

Commit

Permalink
Fix: shoulda-matchers config
Browse files Browse the repository at this point in the history
  • Loading branch information
ftarulla committed Jul 6, 2021
1 parent dc41f91 commit 4ca520e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,12 @@ def primary_key_name
require "bundler/setup"
require "cdx"
require "pry-byebug"

require 'shoulda/matchers'

Shoulda::Matchers.configure do |config|
config.integrate do |with|
with.test_framework :rspec
with.library :rails
end
end

0 comments on commit 4ca520e

Please sign in to comment.