features-skeleton/.irbrc in calabash-cucumber-0.9.101 vs features-skeleton/.irbrc in calabash-cucumber-0.9.104
- old
+ new
@@ -12,5 +12,9 @@
# Store results in home directory with specified file name
IRB.conf[:HISTORY_FILE] = ".irb-history"
require 'calabash-cucumber/operations'
include Calabash::Cucumber::Operations
+
+def embed(x,y=nil,z=nil)
+ puts "Screenshot at #{x}"
+end