Exception: TestProf::BeforeAll::AdapterMissing
- Inherits:
-
StandardError
- Object
- StandardError
- TestProf::BeforeAll::AdapterMissing
- Defined in:
- lib/test_prof/before_all.rb
Overview
:nodoc:
Constant Summary collapse
- MSG =
"Please, provide an adapter for `before_all` " \ "through `TestProf::BeforeAll.adapter = MyAdapter`"
Instance Method Summary collapse
-
#initialize ⇒ AdapterMissing
constructor
A new instance of AdapterMissing.
Constructor Details
#initialize ⇒ AdapterMissing
Returns a new instance of AdapterMissing.
12 13 14 |
# File 'lib/test_prof/before_all.rb', line 12 def initialize super(MSG) end |