From 95d3259f18a36f4174cf3e7d9d3d73dccd68c585 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 4 Jan 2012 20:36:37 +0300 Subject: [PATCH] Fix indentation --- plugins/mezuro/test/mezuro_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/mezuro/test/mezuro_test.rb b/plugins/mezuro/test/mezuro_test.rb index ed7a1f7..ab882a4 100644 --- a/plugins/mezuro/test/mezuro_test.rb +++ b/plugins/mezuro/test/mezuro_test.rb @@ -4,8 +4,8 @@ require File.dirname(__FILE__) + '/../controllers/mezuro_plugin_myprofile_contro class MezuroTest < ActiveSupport::TestCase should 'create a mezuro project' do - controller = MezuroPluginMyprofileController.new - controller.create + controller = MezuroPluginMyprofileController.new + controller.create end end -- libgit2 0.21.2