Repository URL to install this package:
|
Version:
4.0.0.pre.3 ▾
|
require 'rails_helper'
RSpec.describe Core do
it 'exposes a working Redis instance' do
expect(described_class.redis).not_to be_nil
end
end