homebrew/xcfit in xcfit-2.0.8 vs homebrew/xcfit in xcfit-2.0.9

- old
+ new

@@ -18,17 +18,17 @@ puts "==================XXXXXXXX===========================" def clone_xcfit # system("cd /tmp") - system("cd /tmp && curl -sL https://github.com/Shashikant86/XCFit/archive/3.0.8.tar.gz | tar xz") + system("cd /tmp && curl -sL https://github.com/Shashikant86/XCFit/archive/3.0.9.tar.gz | tar xz") puts "*******======= Downloading XCFit Templates for the Xcode =============***" - @xcfit_template_dir = "/tmp/XCFit-3.0.8/XCFit_Templates/XCFit" - @gherkin_template_dir = "/tmp/XCFit-3.0.8/XCFit_Templates/Gherkin" + @xcfit_template_dir = "/tmp/XCFit-3.0.9/XCFit_Templates/XCFit" + @gherkin_template_dir = "/tmp/XCFit-3.0.9/XCFit_Templates/Gherkin" end def clean_xcfit - system("rm -rf /tmp/XCFit-3.0.8/") + system("rm -rf /tmp/XCFit-3.0.9/") end def setup_xcode_templates if File.exist?(@root_xcfit_dir) puts "==================XXXXXXXX==========================="