We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f945152 commit 28ccf95Copy full SHA for 28ccf95
lib/rspec/rails/example/system_example_group.rb
@@ -36,7 +36,7 @@ def passed?
36
def method_name
37
@method_name ||= [
38
self.class.name.underscore,
39
- RSpec.current_example.description.underscore,
+ RSpec.current_example.description.underscore
40
].join("_").tr(CHARS_TO_TRANSLATE.join, "_")[0...251] + "_#{rand(1000)}"
41
end
42
0 commit comments