spec/storages/local_spec.rb in vfs-0.1.0 vs spec/storages/local_spec.rb in vfs-0.1.1
- old
+ new
@@ -5,6 +5,12 @@
it_should_behave_like "vfs storage"
before :each do
@storage = Vfs::Storages::Local.new
end
+
+ describe 'attributes' do
+ it 'created_at'
+
+ it 'updated_at'
+ end
end
\ No newline at end of file