bin/calabash-ios-setup.rb in calabash-cucumber-0.9.36 vs bin/calabash-ios-setup.rb in calabash-cucumber-0.9.37
- old
+ new
@@ -136,11 +136,10 @@
return project_name, dir_to_search, File.expand_path("#{dir_to_search}/#{xc_project_file}")
end
def calabash_download(args)
- project_name, project_path, xpath = find_project_files(args)
- download_calabash(project_path)
+ download_calabash(File.expand_path("."))
end
def download_calabash(project_path)
file = 'calabash.framework'
##Download calabash.framework
\ No newline at end of file