Class: Pinspec::TestStack
- Inherits:
-
Data
- Object
- Data
- Pinspec::TestStack
- Defined in:
- lib/pinspec/types.rb
Instance Attribute Summary collapse
-
#database_cleaner_gem ⇒ Object
readonly
Returns the value of attribute database_cleaner_gem.
-
#framework ⇒ Object
readonly
Returns the value of attribute framework.
-
#snapshot_backends ⇒ Object
readonly
Returns the value of attribute snapshot_backends.
-
#vcr ⇒ Object
readonly
Returns the value of attribute vcr.
-
#webmock ⇒ Object
readonly
Returns the value of attribute webmock.
Instance Method Summary collapse
Instance Attribute Details
#database_cleaner_gem ⇒ Object (readonly)
Returns the value of attribute database_cleaner_gem
190 191 192 |
# File 'lib/pinspec/types.rb', line 190 def database_cleaner_gem @database_cleaner_gem end |
#framework ⇒ Object (readonly)
Returns the value of attribute framework
190 191 192 |
# File 'lib/pinspec/types.rb', line 190 def framework @framework end |
#snapshot_backends ⇒ Object (readonly)
Returns the value of attribute snapshot_backends
190 191 192 |
# File 'lib/pinspec/types.rb', line 190 def snapshot_backends @snapshot_backends end |
#vcr ⇒ Object (readonly)
Returns the value of attribute vcr
190 191 192 |
# File 'lib/pinspec/types.rb', line 190 def vcr @vcr end |
#webmock ⇒ Object (readonly)
Returns the value of attribute webmock
190 191 192 |
# File 'lib/pinspec/types.rb', line 190 def webmock @webmock end |
Instance Method Details
#stubs_http? ⇒ Boolean
191 192 193 |
# File 'lib/pinspec/types.rb', line 191 def stubs_http? webmock || vcr end |