summaryrefslogtreecommitdiff
path: root/product
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2009-05-25 07:47:53 -0600
committermo khan <mo@mokhan.ca>2009-05-25 07:47:53 -0600
commit22d40b14403cacdba5661f997d3e8ce505669bf9 (patch)
treed080df8be02152269f95579f1906cfbfdab74b25 /product
parent37270a3e121682e6f9bbd76a609dcc70daf1d911 (diff)
clean up, clean up.. everybody do your sharemain
Diffstat (limited to 'product')
-rw-r--r--product/project.specifications/presentation/model/NavigationSpecs.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/product/project.specifications/presentation/model/NavigationSpecs.cs b/product/project.specifications/presentation/model/NavigationSpecs.cs
index 5c5d97f..d6ac5e3 100644
--- a/product/project.specifications/presentation/model/NavigationSpecs.cs
+++ b/product/project.specifications/presentation/model/NavigationSpecs.cs
@@ -19,9 +19,7 @@ namespace specifications.presentation.model
context c = () =>
{
- an<object>();
- rover = MockRepository.GenerateStub<Rover>(new Coordinate(0), new Coordinate(0),
- an<Heading>());
+ rover = MockRepository.GenerateStub<Rover>(new Coordinate(0), new Coordinate(0), an<Heading>());
provide_a_basic_sut_constructor_argument('l');
provide_a_basic_sut_constructor_argument((Action<Rover>) (x => x.turn_left()));
};