bin/calabash-ios-generate.rb in calabash-cucumber-0.9.127.pre1 vs bin/calabash-ios-generate.rb in calabash-cucumber-0.9.128
- old
+ new
@@ -11,12 +11,9 @@
puts "Please hit return to confirm that's what you want."
end
exit 2 unless STDIN.gets.chomp == ''
FileUtils.cp_r(@source_dir, @features_dir)
- FileUtils.mv "#{@features_dir}/.irbrc", "."
- FileUtils.mv "#{@features_dir}/irb_ios4.sh", "."
- FileUtils.mv "#{@features_dir}/irb_ios5.sh", "."
msg("Info") do
puts "Features subdirectory created. \n"
puts "Make sure you've build your -cal scheme in XCode and "
puts "try executing \n\ncucumber"