Skip to content

Commit

Permalink
Update reference to dry/equalizer.
Browse files Browse the repository at this point in the history
I presume it’s something that was refactored out of dry-core?
  • Loading branch information
pat committed Mar 10, 2021
1 parent daeb5fe commit df19988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/unit/class_transformations_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require "dry/core/equalizer"
require "dry/equalizer"

RSpec.describe Dry::Transformer::ClassTransformations do
describe ".constructor_inject" do
Expand Down
2 changes: 1 addition & 1 deletion spec/unit/transformer/class_interface_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

require 'ostruct'
require 'dry/core/equalizer'
require 'dry/equalizer'

RSpec.describe Dry::Transformer do
let(:container) { Module.new { extend Dry::Transformer::Registry } }
Expand Down

0 comments on commit df19988

Please sign in to comment.