require 'test_helper' context 'with the base class' do test 'get the environment' do assert 'test', AllSeeingEye.environment end test 'load the configuration' do assert AllSeeingEye.configuration[:all_seeing_eye]['model'] end test 'connect to Redis' do assert_equal '1', AllSeeingEye.redis.info["connected_clients"] end end