Sha256: 42d2171f559956c0bdc6b0c5f6d04cf0974150eb93ef9f6f4e0535ac2e84cba5

Contents?: true

Size: 404 Bytes

Versions: 7

Compression:

Stored size: 404 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.to_i
      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

7 entries across 7 versions & 1 rubygems

Version Path
honeydew-0.29.1 spec/spec_helper.rb
honeydew-0.29.0 spec/spec_helper.rb
honeydew-0.28.0 spec/spec_helper.rb
honeydew-0.27.4 spec/spec_helper.rb
honeydew-0.27.3 spec/spec_helper.rb
honeydew-0.27.2 spec/spec_helper.rb
honeydew-0.27.1 spec/spec_helper.rb