We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4abc60 commit 451f931Copy full SHA for 451f931
.rubocop.yml
@@ -17,7 +17,7 @@ require:
17
18
AllCops:
19
NewCops: enable
20
- TargetRubyVersion: 2.6
+ TargetRubyVersion: 3
21
SuggestExtensions: false
22
Exclude:
23
- playground/**/*
spec/spec_helper.rb
@@ -42,7 +42,7 @@
42
OLD_RAILS = Gem.loaded_specs['rails'].version < Gem::Version.new('4.0')
43
NEW_RAILS = Gem.loaded_specs['rails'].version >= Gem::Version.new('6.0')
44
45
-Dir["#{File.dirname(__FILE__)}/support/*.rb"].sort.each { |file| require file }
+Dir["#{File.dirname(__FILE__)}/support/*.rb"].each { |file| require file }
46
47
RSpec.configure do |c|
48
c.mock_with :rspec
0 commit comments