Sha256: 8982fa685b5b1a0bba740505c2261058623c01e0131fe918101596aeb9201fad
Contents?: true
Size: 875 Bytes
Versions: 2
Compression:
Stored size: 875 Bytes
Contents
require 'test_helper' module Vedeu describe Buffers do describe '.create' do end describe '.add' do end describe '.find' do context 'when the buffer does not exist by this name' do end context 'when the buffer can be found by name' do end end describe '.latest' do context 'when the buffer does not exist by this name' do end context 'when the buffer can be found by name' do end end describe '.content' do context 'when the buffer does not exist by this name' do end context 'when the buffer can be found by name' do end end describe '.swap_buffers' do context 'when the buffer does not exist by this name' do end context 'when the buffer can be found by name' do end end describe '.reset' do end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vedeu-0.2.0 | test/lib/vedeu/repositories/buffers_test.rb |
vedeu-0.1.19 | test/lib/vedeu/repositories/buffers_test.rb |