Sha256: a786f01cd6950dbbfb117ef23d9ed40980b190c0922fec69b8c220a1ff020180
Contents?: true
Size: 275 Bytes
Versions: 2
Compression:
Stored size: 275 Bytes
Contents
require 'vfs/storages/local' require 'vfs/storages/specification' describe Vfs::Storages::Local do it_should_behave_like "vfs storage" before do @storage = Vfs::Storages::Local.new end describe 'attributes' do it 'created_at' it 'updated_at' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vfs-0.3.14 | spec/storages/local_spec.rb |
vfs-0.3.13 | spec/storages/local_spec.rb |