lib/specinfra/command/base.rb in specinfra-1.19.0 vs lib/specinfra/command/base.rb in specinfra-1.20.0
- old
+ new
@@ -339,9 +339,13 @@
def check_cotainer_running(container)
raise NotImplementedError.new
end
+ def check_immutable(file)
+ raise NotImplementedError.new
+ end
+
def get_package_version(package, opts=nil)
raise NotImplementedError.new
end
def get_ipaddress_of_host(name)