Sha256: dfea4917055f27123216653f2132c439fd64e5ef05dd64d66f704927cba086af
Contents?: true
Size: 336 Bytes
Versions: 11
Compression:
Stored size: 336 Bytes
Contents
require 'spec_helper' module Cellect::Server describe NodeSet do describe '#setup' do it 'should activate this node' do expect(Attention).to receive :activate subject end it 'should register this node' do expect(subject.instance).to be_a Attention::Instance end end end end
Version data entries
11 entries across 11 versions & 1 rubygems