Skip to content

Commit

Permalink
shrug
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Dec 10, 2023
1 parent 75cc9fd commit 82b6ee4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions features/support/env.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# frozen_string_literal: true
require 'aruba/cucumber'

module ArubaExt
def run(cmd)
super(cmd =~ /^rspec/ ? "bin/#{cmd}" : cmd)
end
end

World(ArubaExt)
#
#module ArubaExt
# def run(cmd)
# super(cmd =~ /^rspec/ ? "bin/#{cmd}" : cmd)
# end
#end

#World(ArubaExt)

Before do
@aruba_timeout_seconds = 30
Expand Down

0 comments on commit 82b6ee4

Please sign in to comment.