時々、治すことができないexampleを持っているだろう、しかし近くに置いておくことは役に立つ
Sometimes you will have a failing example that can not be fixed, but is useful to keep around.
例えば、修理はマージされたアップストリームパッチに依存したり、exampleがjrubyにサポートされていなかったりします。Rspecはこのシナリオに処理するため2つのものを提供しています。
For instance, the fix could depend on an upstream patch being merged, or the example is not supported on JRuby. RSpec provides two features for dealing with this scenario.
例題は、実行されない 「skipped 」とマークされるか、実行はされるが失敗してもスイート全体が失敗することはない「pending」とマークされる。
An example can either be marked as "skipped", in which is it not executed, or pending in which it is executed but failure will not cause a failure of the entire suite.