spec/spec_helper.rb in knife-windows-3.0.11 vs spec/spec_helper.rb in knife-windows-3.0.12
- old
+ new
@@ -15,12 +15,9 @@
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
-require_relative "../lib/chef/knife/winrm"
-require_relative "../lib/chef/knife/wsman_test"
-
def sample_data(file_name)
file = File.expand_path(File.dirname("spec/assets/*")) + "/#{file_name}"
File.read(file)
end