lib/rspec/terraform/helpers/actions/apply.rb in rspec-terraform-0.5.0.pre.3 vs lib/rspec/terraform/helpers/actions/apply.rb in rspec-terraform-0.5.0.pre.4

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true require 'ruby_terraform' -require_relative './command_instantiation' +require_relative 'command_instantiation' module RSpec module Terraform module Helpers module Actions