Skip to content

Commit

Permalink
Revert "Require rspec instead of only expectations to fix load issue …
Browse files Browse the repository at this point in the history
…with spring."

This reverts commit 28dd224.
  • Loading branch information
softwaregravy committed Apr 1, 2023
1 parent 84cb3ae commit a7aa26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/enumerize.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def self.extended(base)
end

begin
require 'rspec'
require 'rspec/matchers'
rescue LoadError
else
require 'enumerize/integrations/rspec'
Expand Down

0 comments on commit a7aa26b

Please sign in to comment.