rspec(rails)のサンプルグループ全体を保留にするコマンドがあったと思います。それはのようなものbefore {pending}
だと思いますが、もう見つかりません。誰かがあなたがこれを達成する方法を知っていますか?
context "Group1" do
before { pending }
it "example1" do
end
it "example2" do
end
it "example3" do
end
end