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.163.pre1 scripts/.irbrc
calabash-cucumber-0.9.162 scripts/.irbrc
calabash-cucumber-0.9.161 scripts/.irbrc
calabash-cucumber-0.9.160 scripts/.irbrc
calabash-cucumber-0.9.159 scripts/.irbrc
calabash-cucumber-0.9.158 scripts/.irbrc
calabash-cucumber-0.9.157 scripts/.irbrc
calabash-cucumber-0.9.156 scripts/.irbrc
calabash-cucumber-0.9.155 scripts/.irbrc
calabash-cucumber-0.9.154 scripts/.irbrc
calabash-cucumber-0.9.153 scripts/.irbrc
calabash-cucumber-0.9.152 scripts/.irbrc
testautoi-0.9.147 scripts/.irbrc
testautoi-0.9.146 scripts/.irbrc
calabash-cucumber-0.9.151 scripts/.irbrc
testautoi-0.9.145 scripts/.irbrc
calabash-cucumber-0.9.150 scripts/.irbrc
calabash-cucumber-0.9.149 scripts/.irbrc
calabash-cucumber-0.9.148 scripts/.irbrc
calabash-cucumber-0.9.147 scripts/.irbrc