Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #119 from xbehave/master
Browse files Browse the repository at this point in the history
catch up dev with master
  • Loading branch information
adamralph committed Dec 27, 2013
2 parents d9473d0 + 4e25a40 commit 825fcc7
Show file tree
Hide file tree
Showing 28 changed files with 21 additions and 946 deletions.
10 changes: 0 additions & 10 deletions rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
{ :command => xunit_command_net40, :assembly => "src/test/Xbehave.Features.Net40/bin/Debug/Xbehave.Features.Net40.dll" }
]

samples = [
{ :command => xunit_command_net20, :assembly => "src/Xbehave.Samples.Net35/bin/Debug/Xbehave.Samples.Net35.dll" },
{ :command => xunit_command_net40, :assembly => "src/Xbehave.Samples.Net40/bin/Debug/Xbehave.Samples.Net40.dll" }
]

nuspec = "src/Xbehave.nuspec"

Albacore.configure do |config|
Expand Down Expand Up @@ -66,11 +61,6 @@
cmd.parameters "pack " + nuspec + " -Version " + version + " -OutputDirectory " + output
end

desc "Execute samples"
task :sample => [:build] do
execute_xunit samples
end

def execute_xunit(tests)
tests.each do |test|
xunit = XUnitTestRunner.new
Expand Down
46 changes: 0 additions & 46 deletions src/Xbehave.Samples.FSharp.Net45/ComputationBuilder.fs

This file was deleted.

57 changes: 0 additions & 57 deletions src/Xbehave.Samples.FSharp.Net45/CustomOperator.fs

This file was deleted.

33 changes: 0 additions & 33 deletions src/Xbehave.Samples.FSharp.Net45/DirectConversion.fs

This file was deleted.

40 changes: 0 additions & 40 deletions src/Xbehave.Samples.FSharp.Net45/Pipes.fs

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions src/Xbehave.Samples.FSharp.Net45/packages.config

This file was deleted.

0 comments on commit 825fcc7

Please sign in to comment.