Having a simple script with one line:
already gives the following error when the script terminates:
DCell::NotConfiguredError: please configure DCell with DCell.setup
I'd expect it to do nothing until I call something like DCell.start or try to use is (DCell::Node.all etc.). (Happens for me in Rails when I run a rake task: I want to skip DCell completely then, but it always throws this error at the end of the script.)