diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-04 11:45:05 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-04 11:45:05 -0700 |
| commit | a10a71d3f925983d4ee7f8b9da31fe24b409a11f (patch) | |
| tree | 5e494ad4906a3bc14eff0c1717f77ba0f08808a2 /spec | |
| parent | a02f08d468b59033f0f1c85d92427e4fc83a1142 (diff) | |
Convert dotnet QA jobs to integration tests
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/fixtures/expected/csharp/nuget-dotnetcore/v1.0.json (renamed from spec/fixtures/expected/csharp-nuget-dotnetcore-v1.json) | 0 | ||||
| -rw-r--r-- | spec/fixtures/expected/csharp/nuget-dotnetcore/v1.1.json (renamed from spec/fixtures/expected/csharp-nuget-dotnetcore-v1.1.json) | 0 | ||||
| -rw-r--r-- | spec/fixtures/expected/csharp/nuget-dotnetcore/v2.0.json (renamed from spec/fixtures/expected/csharp-nuget-dotnetcore-v2.json) | 0 | ||||
| -rw-r--r-- | spec/integration/dotnet/nuget_spec.rb | 4 |
4 files changed, 3 insertions, 1 deletions
diff --git a/spec/fixtures/expected/csharp-nuget-dotnetcore-v1.json b/spec/fixtures/expected/csharp/nuget-dotnetcore/v1.0.json index 94ac683..94ac683 100644 --- a/spec/fixtures/expected/csharp-nuget-dotnetcore-v1.json +++ b/spec/fixtures/expected/csharp/nuget-dotnetcore/v1.0.json diff --git a/spec/fixtures/expected/csharp-nuget-dotnetcore-v1.1.json b/spec/fixtures/expected/csharp/nuget-dotnetcore/v1.1.json index 826c02c..826c02c 100644 --- a/spec/fixtures/expected/csharp-nuget-dotnetcore-v1.1.json +++ b/spec/fixtures/expected/csharp/nuget-dotnetcore/v1.1.json diff --git a/spec/fixtures/expected/csharp-nuget-dotnetcore-v2.json b/spec/fixtures/expected/csharp/nuget-dotnetcore/v2.0.json index 920f7de..920f7de 100644 --- a/spec/fixtures/expected/csharp-nuget-dotnetcore-v2.json +++ b/spec/fixtures/expected/csharp/nuget-dotnetcore/v2.0.json diff --git a/spec/integration/dotnet/nuget_spec.rb b/spec/integration/dotnet/nuget_spec.rb index 1d0ecfc..3dce774 100644 --- a/spec/integration/dotnet/nuget_spec.rb +++ b/spec/integration/dotnet/nuget_spec.rb @@ -1,6 +1,8 @@ require 'spec_helper' -RSpec.describe ".NET Framework" do +RSpec.describe "nuget" do + include_examples "each report version", "csharp", "nuget-dotnetcore" + context "when a project has a nuget packages.config file in the root" do let(:packages_config) do <<-XML |
