Removed empty lines.
This commit is contained in:
parent
bd1db72b9b
commit
8ce5478622
2 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# encoding: utf-8
|
||||
require 'test_helper'
|
||||
|
||||
|
||||
class TranslationTest < ActiveSupport::TestCase
|
||||
test 'translation' do
|
||||
tests = [
|
||||
|
|
|
@ -58,7 +58,6 @@ class WorkingTimeTest < ActiveSupport::TestCase
|
|||
{
|
||||
start: '2012-12-23 08:00:00',
|
||||
end: '2012-12-27 10:30:42',
|
||||
# :diff => 0,
|
||||
diff: 151,
|
||||
config: {
|
||||
'Mon' => true,
|
||||
|
@ -335,7 +334,6 @@ class WorkingTimeTest < ActiveSupport::TestCase
|
|||
},
|
||||
},
|
||||
|
||||
|
||||
# test 6
|
||||
{
|
||||
start: '2012-12-17 08:00:00',
|
||||
|
|
Loading…
Reference in a new issue