Sha256: c08306947ede8dd7404162b1c5df644abf1438823e956b144e6da78b7a1a3462
Contents?: true
Size: 422 Bytes
Versions: 19
Compression:
Stored size: 422 Bytes
Contents
# encoding: utf-8 require 'spec_helper' require 'albacore' require 'albacore/task_types/nugets' describe "when trying to find nuget exe in gem" do subject do Albacore::Nugets::find_nuget_gem_exe end it "should return path to the correct executable" do expect(subject).to end_with('nuget.exe') end it "the path should point to something" do expect(File.exists?( subject)).to be true end end
Version data entries
19 entries across 19 versions & 1 rubygems