diff options
Diffstat (limited to 'spec/integration/dotnet/nuget_spec.rb')
| -rw-r--r-- | spec/integration/dotnet/nuget_spec.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/integration/dotnet/nuget_spec.rb b/spec/integration/dotnet/nuget_spec.rb index 1d9a62c..90a189b 100644 --- a/spec/integration/dotnet/nuget_spec.rb +++ b/spec/integration/dotnet/nuget_spec.rb @@ -1,6 +1,10 @@ require 'spec_helper' RSpec.describe "nuget" do + before do + system("rm -fr /opt/gitlab/.nuget/packages") + end + include_examples "each report version", "csharp", "nuget-dotnetcore" context "when a project has a nuget packages.config file in the root" do |
