Skip to content

Commit

Permalink
ripped out the ravendb support
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Dec 15, 2016
1 parent 377e201 commit fddac13
Show file tree
Hide file tree
Showing 135 changed files with 9 additions and 9,857 deletions.
26 changes: 0 additions & 26 deletions packaging/nuget/fubumvc.ravendb.nuspec

This file was deleted.

3 changes: 0 additions & 3 deletions rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
desc 'Run the integration tests'
task :integration_test => [:compile] do
sh "packages/Fixie/lib/net45/Fixie.Console.exe src/FubuMVC.IntegrationTesting/bin/#{COMPILE_TARGET}/FubuMVC.IntegrationTesting.dll --NUnitXml results/IntegrationTestResult.xml"
sh "packages/Fixie/lib/net45/Fixie.Console.exe src/FubuMVC.RavenDb.Tests/bin/#{COMPILE_TARGET}/FubuMVC.RavenDb.Tests.dll --NUnitXml results/RavenDbTestResult.xml"
sh "packages/Fixie/lib/net45/Fixie.Console.exe src/FubuMVC.LightningQueues.Testing/bin/#{COMPILE_TARGET}/FubuMVC.LightningQueues.Testing.dll --NUnitXml results/LQTestResult.xml"
end

Expand All @@ -88,7 +87,6 @@
sh "nuget.exe pack packaging/nuget/fubumvc.aspnet.nuspec -VERSION #{build_number}-alpha -OutputDirectory artifacts"
sh "nuget.exe pack packaging/nuget/fubumvc.core.nuspec -VERSION #{build_number}-alpha -OutputDirectory artifacts"
sh "nuget.exe pack packaging/nuget/fubumvc.lightningqueues.nuspec -VERSION #{build_number}-alpha -OutputDirectory artifacts"
sh "nuget.exe pack packaging/nuget/fubumvc.ravendb.nuspec -VERSION #{build_number}-alpha -OutputDirectory artifacts"
sh "nuget.exe pack packaging/nuget/fubumvc.razor.nuspec -VERSION #{build_number}-alpha -OutputDirectory artifacts"
sh "nuget.exe pack packaging/nuget/fubumvc.spark.nuspec -VERSION #{build_number}-alpha -OutputDirectory artifacts"
sh "nuget.exe pack packaging/nuget/fubumvc.marten.nuspec -VERSION #{build_number}-alpha -OutputDirectory artifacts"
Expand All @@ -104,7 +102,6 @@
sh "nuget.exe push artifacts/FubuMVC.Core.#{build_number}-alpha.nupkg #{NUGET_KEY} "
sh "nuget.exe push artifacts/FubuMVC.AspNet.#{build_number}-alpha.nupkg #{NUGET_KEY} "
sh "nuget.exe push artifacts/FubuMVC.LightningQueues.#{build_number}-alpha.nupkg #{NUGET_KEY} "
sh "nuget.exe push artifacts/FubuMVC.RavenDb.#{build_number}-alpha.nupkg #{NUGET_KEY} "
sh "nuget.exe push artifacts/FubuMVC.Razor.#{build_number}-alpha.nupkg #{NUGET_KEY} "
sh "nuget.exe push artifacts/FubuMVC.Spark.#{build_number}-alpha.nupkg #{NUGET_KEY} "
sh "nuget.exe push artifacts/FubuMVC.Marten.#{build_number}-alpha.nupkg #{NUGET_KEY} "
Expand Down
87 changes: 0 additions & 87 deletions src/FubuMVC.IntegrationTesting/Fixtures/LockedOutLogicFixture.cs

This file was deleted.

29 changes: 0 additions & 29 deletions src/FubuMVC.IntegrationTesting/Fixtures/LoginAuditingFixture.cs

This file was deleted.

157 changes: 0 additions & 157 deletions src/FubuMVC.IntegrationTesting/Fixtures/LoginScreenFixture.cs

This file was deleted.

Loading

0 comments on commit fddac13

Please sign in to comment.