features/step_definitions/git_steps.rb in test-kitchen-1.4.2 vs features/step_definitions/git_steps.rb in test-kitchen-1.5.0.rc.1
- old
+ new
@@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-
Given(/I have a git repository/) do
- create_dir(".git")
+ create_directory(".git")
end