Sha256: 5ad424b286af190bbf9e4ca8f949c789bf0a41bd902473c685837a1adb72b8fd

Contents?: true

Size: 289 Bytes

Versions: 1

Compression:

Stored size: 289 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable LineLength

Then(/^virtual links should not exist$/) do
  step %(I run `bash -c 'ifconfig | grep "^link[0-9]\+-[0-9]\+" > virtual_links.txt'`)
  step 'the file "virtual_links.txt" should not contain "link"'
end

# rubocop:enable LineLength

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pio-0.30.2 features/step_definitions/virtual_link_steps.rb