Commit 95d3259f18a36f4174cf3e7d9d3d73dccd68c585
Committed by
Paulo Meireles
1 parent
3dd2e2e2
Exists in
master
and in
29 other branches
Fix indentation
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
plugins/mezuro/test/mezuro_test.rb
@@ -4,8 +4,8 @@ require File.dirname(__FILE__) + '/../controllers/mezuro_plugin_myprofile_contro | @@ -4,8 +4,8 @@ require File.dirname(__FILE__) + '/../controllers/mezuro_plugin_myprofile_contro | ||
4 | class MezuroTest < ActiveSupport::TestCase | 4 | class MezuroTest < ActiveSupport::TestCase |
5 | 5 | ||
6 | should 'create a mezuro project' do | 6 | should 'create a mezuro project' do |
7 | - controller = MezuroPluginMyprofileController.new | ||
8 | - controller.create | 7 | + controller = MezuroPluginMyprofileController.new |
8 | + controller.create | ||
9 | end | 9 | end |
10 | 10 | ||
11 | end | 11 | end |