require 'spec_helper'
end
it 'should fail without a name' do end
it 'should fail with target_directory but without a name' do end
end
it 'should add a commit' do end
end
it 'should fail when path is the directory' do end
it 'should fail when path is the file (with target_directory)' do end
it 'should fail when path is beneath the file' do end
it 'should fail when path is beneath the file (with target_directory)' do end
end
end
end
it 'path should be target_directory plus name' do end
end
it 'should create the directory in the git repository' do end
it 'should create the directory in the git repository in a subdirectory' do end
it 'should create a .gitkeep file' do end
end
end