Class: Webhookdb::SpecHelpers::Citest::RSpecResult
- Inherits:
-
Object
- Object
- Webhookdb::SpecHelpers::Citest::RSpecResult
- Defined in:
- lib/webhookdb/spec_helpers/citest.rb
Instance Attribute Summary collapse
-
#examples ⇒ Object
Returns the value of attribute examples.
-
#failures ⇒ Object
Returns the value of attribute failures.
-
#html ⇒ Object
Returns the value of attribute html.
-
#pending ⇒ Object
Returns the value of attribute pending.
Instance Method Summary collapse
Instance Attribute Details
#examples ⇒ Object
Returns the value of attribute examples.
82 83 84 |
# File 'lib/webhookdb/spec_helpers/citest.rb', line 82 def examples @examples end |
#failures ⇒ Object
Returns the value of attribute failures.
82 83 84 |
# File 'lib/webhookdb/spec_helpers/citest.rb', line 82 def failures @failures end |
#html ⇒ Object
Returns the value of attribute html.
82 83 84 |
# File 'lib/webhookdb/spec_helpers/citest.rb', line 82 def html @html end |
#pending ⇒ Object
Returns the value of attribute pending.
82 83 84 |
# File 'lib/webhookdb/spec_helpers/citest.rb', line 82 def pending @pending end |
Instance Method Details
#ok? ⇒ Boolean
84 85 86 |
# File 'lib/webhookdb/spec_helpers/citest.rb', line 84 def ok? return !self.examples.nil? end |