irbrc in calabash-android-0.3.5 vs irbrc in calabash-android-0.3.6
- old
+ new
@@ -16,5 +16,20 @@
include Calabash::Android::Operations
def embed(*args)
puts "Embed is a Cucumber method and is not available in this console."
end
+
+
+
+#Virker det her?
+module Calabash
+ module Android
+ module Operations
+ class Cucumber
+ def self.wants_to_quit
+ false
+ end
+ end
+ end
+ end
+end
\ No newline at end of file