Exception: IntegrationTestRedis::DatabaseNotEmpty

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/integration_test_redis.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Database not empty, aborting!") ⇒ DatabaseNotEmpty

Returns a new instance of DatabaseNotEmpty.



9
10
11
# File 'lib/integration_test_redis.rb', line 9

def initialize(msg = "Database not empty, aborting!")
  super
end