Sha256: 41934aa27dde54f4c8dcbf80655195810517fbda551878747d09dcfa8d3f9c58
Contents?: true
Size: 317 Bytes
Versions: 9
Compression:
Stored size: 317 Bytes
Contents
require 'lib/databasion' Given /a databasion created file structure/ do Databasion::Applcize.create_project({ :create => 'cucumber_test' }) end When /the commit command is ran/ do Databasion::Svnilize.commit('cucumber_test') end Then /the data should be stored in SVN/ do FileUtils.rm_rf 'cucumber_test' end
Version data entries
9 entries across 9 versions & 1 rubygems