Commit 9a737fc
Changed files (3)
product
project
project.specifications
product/project/Program.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace mars.rover
{
@@ -14,7 +13,7 @@ namespace mars.rover
public void run_with(IEnumerable<CommandLineArgument> item)
{
- throw new NotImplementedException();
+ presenter.run();
}
static void Main(string[] args)
product/project.specifications/ProgramSpecs.cs
@@ -3,6 +3,7 @@ using developwithpassion.bdd;
using developwithpassion.bdd.contexts;
using developwithpassion.bdd.mbunit.standard.observations;
using mars.rover;
+using Rhino.Mocks;
namespace specifications
{
product/project.specifications/project.specifications.csproj
@@ -49,7 +49,7 @@
</Reference>
<Reference Include="Rhino.Mocks, Version=3.5.0.1337, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\thirdparty\developwithpassion.bdd\Rhino.Mocks.dll</HintPath>
+ <HintPath>..\..\thirdparty\rhino.mocks\Rhino.Mocks.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">