1RSpec.describe "A" do 2 describe "a" do 3 it "hangs" do 4 { 5 for: nil 6 } 7 { 8 for: nil 9 } 10 end 11 end 12end 13