Sha256: 70a30a841687c8fc6f20e816d219696f3f7c14fcd20a41566ea239119684670e

Contents?: true

Size: 941 Bytes

Versions: 23

Compression:

Stored size: 941 Bytes

Contents

require 'calabash-cucumber/core'
require 'calabash-cucumber/tests_helpers'
require 'calabash-cucumber/keyboard_helpers'
require 'calabash-cucumber/keychain_helpers'
require 'calabash-cucumber/wait_helpers'
require 'calabash-cucumber/launcher'
require 'net/http'
require 'json'
require 'set'
require 'calabash-cucumber/version'
require 'calabash-cucumber/date_picker'
require 'calabash-cucumber/ipad_1x_2x'
require 'calabash-cucumber/utils/logging'

module Calabash
  module Cucumber

    # A module for wrapping the public APIs of this gem.
    module Operations

      include Calabash::Cucumber::Logging
      include Calabash::Cucumber::Core
      include Calabash::Cucumber::TestsHelpers
      include Calabash::Cucumber::WaitHelpers
      include Calabash::Cucumber::KeyboardHelpers
      include Calabash::Cucumber::KeychainHelpers
      include Calabash::Cucumber::DatePicker
      include Calabash::Cucumber::IPad

    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
calabash-cucumber-0.12.3 lib/calabash-cucumber/operations.rb
calabash-cucumber-0.12.2 lib/calabash-cucumber/operations.rb
calabash-cucumber-0.12.1 lib/calabash-cucumber/operations.rb
calabash-cucumber-0.12.0 lib/calabash-cucumber/operations.rb
calabash-cucumber-0.12.0.pre9 lib/calabash-cucumber/operations.rb
calabash-cucumber-0.12.0.pre5 lib/calabash-cucumber/operations.rb
calabash-cucumber-0.12.0.pre4 lib/calabash-cucumber/operations.rb
calabash-cucumber-0.12.0.pre2 lib/calabash-cucumber/operations.rb
calabash-cucumber-0.12.0.pre1 lib/calabash-cucumber/operations.rb
calabash-cucumber-0.11.5.pre5 lib/calabash-cucumber/operations.rb
calabash-cucumber-0.11.5.pre3 lib/calabash-cucumber/operations.rb
calabash-cucumber-0.11.5.pre2 lib/calabash-cucumber/operations.rb
calabash-cucumber-0.11.4 lib/calabash-cucumber/operations.rb
calabash-cucumber-0.11.4.pre2 lib/calabash-cucumber/operations.rb
calabash-cucumber-0.11.4.pre1 lib/calabash-cucumber/operations.rb
calabash-cucumber-0.11.3 lib/calabash-cucumber/operations.rb
calabash-cucumber-0.11.2 lib/calabash-cucumber/operations.rb
calabash-cucumber-0.11.1 lib/calabash-cucumber/operations.rb
calabash-cucumber-0.11.0 lib/calabash-cucumber/operations.rb
calabash-cucumber-0.10.2 lib/calabash-cucumber/operations.rb