Open
Description
bundle exec rspec ./spec/rspec/core/example_group_spec.rb:1007
cruby 2.7.1
bundle exec rspec ./spec/rspec/core/example_group_spec.rb:1007
Run options:
include {:locations=>{"./spec/rspec/core/example_group_spec.rb"=>[1007]}}
exclude {:ruby=>#<Proc: ./spec/spec_helper.rb:110>}
Randomized with seed 62739
RSpec::Core::ExampleGroup
#before, after, and around hooks
when an error occurs in an after(:all) hook
rescues any error(s) and prints them out
Finished in 0.16857 seconds (files took 1.01 seconds to load)
1 example, 0 failures
vs
truffleruby-head
bundle exec rspec ./spec/rspec/core/example_group_spec.rb:1007
Run options:
include {:locations=>{"./spec/rspec/core/example_group_spec.rb"=>[1007]}}
exclude {:ruby=>#<Proc: ./spec/spec_helper.rb:110>}
Randomized with seed 1645
RSpec::Core::ExampleGroup
#before, after, and around hooks
when an error occurs in an after(:all) hook
rescues any error(s) and prints them out
Finished in 23.84 seconds (files took 1.95 seconds to load)
1 example, 0 failures