Sha256: 64499427fdd4992b70c48beb5215784c930e00ea1644f74ab57c2538f3cce3cb

Contents?: true

Size: 588 Bytes

Versions: 65

Compression:

Stored size: 588 Bytes

Contents

require 'rubygems'
require 'irb/completion'
require 'irb/ext/save-history'
require 'awesome_print'
AwesomePrint.irb!

ARGV.concat [ "--readline",
              "--prompt-mode",
              "simple" ]

# 25 entries in the list
IRB.conf[:SAVE_HISTORY] = 50

# Store results in home directory with specified file name
IRB.conf[:HISTORY_FILE] = ".irb-history"

require 'calabash-cucumber/operations'
require 'calabash-cucumber/launch/simulator_helper'
SIM=Calabash::Cucumber::SimulatorHelper

extend Calabash::Cucumber::Operations

def embed(x,y=nil,z=nil)
   puts "Screenshot at #{x}"
end

Version data entries

65 entries across 65 versions & 2 rubygems

Version Path
calabash-cucumber-0.9.169.pre2 scripts/.irbrc
calabash-cucumber-0.9.168 scripts/.irbrc
calabash-cucumber-0.9.168.pre6 scripts/.irbrc
calabash-cucumber-0.9.168.pre5 scripts/.irbrc
calabash-cucumber-0.9.168.pre4 scripts/.irbrc
calabash-cucumber-0.9.167 scripts/.irbrc
calabash-cucumber-0.9.166 scripts/.irbrc
calabash-cucumber-0.9.165 scripts/.irbrc
calabash-cucumber-0.9.164 scripts/.irbrc
calabash-cucumber-0.9.163 scripts/.irbrc
calabash-cucumber-0.9.163.pre11 scripts/.irbrc
calabash-cucumber-0.9.163.pre10 scripts/.irbrc
calabash-cucumber-0.9.163.pre9 scripts/.irbrc
calabash-cucumber-0.9.163.pre8 scripts/.irbrc
calabash-cucumber-0.9.163.pre7 scripts/.irbrc
calabash-cucumber-0.9.163.pre6 scripts/.irbrc
calabash-cucumber-0.9.163.pre5 scripts/.irbrc
calabash-cucumber-0.9.163.pre4 scripts/.irbrc
calabash-cucumber-0.9.163.pre3 scripts/.irbrc
calabash-cucumber-0.9.163.pre2 scripts/.irbrc