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
testautoi-0.9.134 scripts/.irbrc
testautoi-0.9.133 scripts/.irbrc
calabash-cucumber-0.9.135 scripts/.irbrc
calabash-cucumber-0.9.134 scripts/.irbrc
calabash-cucumber-0.9.133 scripts/.irbrc