Class: Tessa::Config
- Inherits:
-
Object
- Object
- Tessa::Config
- Defined in:
- lib/tessa/config.rb
Constant Summary collapse
- DEFAULT_STRATEGY =
"default"
Instance Method Summary collapse
Instance Method Details
#connection ⇒ Object
12 13 14 |
# File 'lib/tessa/config.rb', line 12 def connection @connection ||= Tessa::FakeConnection.new end |