0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Rspecのpending、skipped

Posted at

時々、治すことができない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.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?