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.
91 92 93 |
# File 'lib/webhookdb/spec_helpers/citest.rb', line 91 def examples @examples end |
#failures ⇒ Object
Returns the value of attribute failures.
91 92 93 |
# File 'lib/webhookdb/spec_helpers/citest.rb', line 91 def failures @failures end |
#html ⇒ Object
Returns the value of attribute html.
91 92 93 |
# File 'lib/webhookdb/spec_helpers/citest.rb', line 91 def html @html end |
#pending ⇒ Object
Returns the value of attribute pending.
91 92 93 |
# File 'lib/webhookdb/spec_helpers/citest.rb', line 91 def pending @pending end |
Instance Method Details
#ok? ⇒ Boolean
93 94 95 |
# File 'lib/webhookdb/spec_helpers/citest.rb', line 93 def ok? return !self.examples.nil? end |