Sha256: 54edce5c0ad482499a59a256e98bf36be58f3b33a1755cca66c88cdb44b17d80

Contents?: true

Size: 399 Bytes

Versions: 14

Compression:

Stored size: 399 Bytes

Contents

require 'honeydew'

RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.order = 'random'

  config.before do
    Honeydew.configure do |config|
      config.timeout = 2.seconds
      config.port = 7120
    end
    Honeydew::Device.any_instance.stub(:start_honeydew_server)
    Honeydew::Device.any_instance.stub(ensure_device_ready: true)
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
honeydew-0.27.0 spec/spec_helper.rb
honeydew-0.25.0 spec/spec_helper.rb
honeydew-0.24.1 spec/spec_helper.rb
honeydew-0.24.0 spec/spec_helper.rb
honeydew-0.23.0 spec/spec_helper.rb
honeydew-0.22.0 spec/spec_helper.rb
honeydew-0.21.0 spec/spec_helper.rb
honeydew-0.20.0 spec/spec_helper.rb
honeydew-0.19.0 spec/spec_helper.rb
honeydew-0.18.0 spec/spec_helper.rb
honeydew-0.17.0 spec/spec_helper.rb
honeydew-0.16.0 spec/spec_helper.rb
honeydew-0.15.0 spec/spec_helper.rb
honeydew-0.14.0 spec/spec_helper.rb