##// END OF EJS Templates
remove trailing white-spaces from test/functional/timelog_controller_test.rb....
Toshi MARUYAMA -
r6504:f4eb05a26ecb
parent child
Show More
@@ -1,6 +1,6
1 1 # -*- coding: utf-8 -*-
2 # redMine - project management software
3 # Copyright (C) 2006-2007 Jean-Philippe Lang
2 # Redmine - project management software
3 # Copyright (C) 2006-2011 Jean-Philippe Lang
4 4 #
5 5 # This program is free software; you can redistribute it and/or
6 6 # modify it under the terms of the GNU General Public License
@@ -47,7 +47,6 class TimelogControllerTest < ActionController::TestCase
47 47 assert_response :success
48 48 assert_template 'edit'
49 49 assert_no_tag :tag => 'option', :content => 'Inactive Activity'
50
51 50 end
52 51
53 52 def test_get_edit_existing_time
General Comments 0
You need to be logged in to leave comments. Login now