Sha256: f8a75702c4e29920657948193ca667d369f46bc4fa9c254e9556169a7b88adb2
Contents?: true
Size: 336 Bytes
Versions: 3
Compression:
Stored size: 336 Bytes
Contents
require 'test_helper' module Vedeu describe Buffers do before { Buffers.reset } describe '.enqueue' do it 'raises an exception if the interface cannot be found by name' do name = 'unknown' view = '...' proc { Buffers.enqueue(name, view) }.must_raise(EntityNotFound) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vedeu-0.1.18 | test/lib/vedeu/support/buffers_test.rb |
vedeu-0.1.17 | test/lib/vedeu/support/buffers_test.rb |
vedeu-0.1.16 | test/lib/vedeu/support/buffers_test.rb |