bin/calabash-android-generate.rb in calabash-android-0.1.0 vs bin/calabash-android-generate.rb in calabash-android-0.2.0.pre2
- old
+ new
@@ -1,9 +1,8 @@
def calabash_scaffold
if File.exists?(@features_dir)
puts "A features directory already exists. Stopping..."
- #puts "Run calabash-android update for update instructions."
exit 1
end
msg("Question") do
puts "I'm about to create a subdirectory called features."
puts "features will contain all your calabash tests."