Skip to content

Commit d829a02

Browse files
authored
Match formatting for require statement
Copied this from Rails source but I forgot to update before committing originally.
1 parent 0e72a05 commit d829a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/rails/example/rails_example_group.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require 'rspec/rails/matchers'
44

55
if ::Rails::VERSION::MAJOR >= 7
6-
require "active_support/current_attributes/test_helper"
6+
require 'active_support/current_attributes/test_helper'
77
require 'active_support/execution_context/test_helper'
88
end
99

0 commit comments

Comments
 (0)