Sha256: 6fc458edd325d06fd6bbf3ecacc53f8fbdceabfd229946727a325d069973be52

Contents?: true

Size: 209 Bytes

Versions: 5

Compression:

Stored size: 209 Bytes

Contents

require File.expand_path('../../lib/vx/lib/shell', __FILE__)

class ShellTest
  include Vx::Lib::Shell
end

RSpec.configure do |c|
  unless ENV['USE_DOCKER']
    c.filter_run_excluding docker: true
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vx-lib-shell-0.1.4 spec/spec_helper.rb
vx-lib-shell-0.1.3 spec/spec_helper.rb
vx-lib-shell-0.1.2 spec/spec_helper.rb
vx-lib-shell-0.1.1 spec/spec_helper.rb
vx-lib-shell-0.1.0 spec/spec_helper.rb