Skip to content

Commit

Permalink
Merge pull request #428 from softwaregravy/master
Browse files Browse the repository at this point in the history
Revert "Require rspec instead of only expectations to fix load issue …
  • Loading branch information
nashby authored Apr 2, 2023
2 parents 84cb3ae + a7aa26b commit 2dcc74e
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 2dcc74e

Please sign in to comment.