Sha256: 415d55ac3df23e1d6fe7ccc18a6f5ece4a18f1bd54ad201f04dc050a941eefdf
Contents?: true
Size: 252 Bytes
Versions: 6
Compression:
Stored size: 252 Bytes
Contents
require 'test_helper' context 'with the base class' do test 'load the configuration' do assert AllSeeingEye.configuration['model'] end test 'connect to Redis' do assert_equal '1', AllSeeingEye.redis.info["connected_clients"] end end
Version data entries
6 entries across 6 versions & 1 rubygems