Skip to content

Commit 28ccf95

Browse files
author
Sam Phippen
committed
Rubbycop
1 parent f945152 commit 28ccf95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/rails/example/system_example_group.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def passed?
3636
def method_name
3737
@method_name ||= [
3838
self.class.name.underscore,
39-
RSpec.current_example.description.underscore,
39+
RSpec.current_example.description.underscore
4040
].join("_").tr(CHARS_TO_TRANSLATE.join, "_")[0...251] + "_#{rand(1000)}"
4141
end
4242

0 commit comments

Comments
 (0)