summaryrefslogtreecommitdiff
path: root/product/Presentation/Presenters/RunTheSpecs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'product/Presentation/Presenters/RunTheSpecs.cs')
-rw-r--r--product/Presentation/Presenters/RunTheSpecs.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/product/Presentation/Presenters/RunTheSpecs.cs b/product/Presentation/Presenters/RunTheSpecs.cs
index fa5b09f..f58c8c1 100644
--- a/product/Presentation/Presenters/RunTheSpecs.cs
+++ b/product/Presentation/Presenters/RunTheSpecs.cs
@@ -4,7 +4,7 @@ using MbUnit.Framework;
using MoMoney.Presentation.Core;
using MoMoney.Service.Infrastructure.Threading;
-namespace MoMoney.Presentation.Presenters.Commands
+namespace MoMoney.Presentation.Presenters
{
public class RunTheSpecs
{
@@ -19,10 +19,10 @@ namespace MoMoney.Presentation.Presenters.Commands
it should_initialize_the_presenter_that_controls_that_region = () => processor.was_told_to(x => x.add(() => controller.run<IPresenter>()));
context c = () =>
- {
- controller = the_dependency<IApplicationController>();
- processor = the_dependency<ICommandProcessor>();
- };
+ {
+ controller = the_dependency<IApplicationController>();
+ processor = the_dependency<ICommandProcessor>();
+ };
because b = () => sut.run();