irbrc in calabash-android-0.5.2 vs irbrc in calabash-android-0.5.3
- old
+ new
@@ -12,9 +12,10 @@
IRB.conf[:SAVE_HISTORY] = 50
# Store results in home directory with specified file name
IRB.conf[:HISTORY_FILE] = ".irb-history"
+require 'calabash-android/defaults'
require 'calabash-android/operations'
extend Calabash::Android::Operations
def embed(*args)
puts "Embed is a Cucumber method and is not available in this console."
\ No newline at end of file