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
|
# encoding: utf-8
|
||||||
require 'test_helper'
|
require 'test_helper'
|
||||||
|
|
||||||
class TranslationTest < ActiveSupport::TestCase
|
class TranslationTest < ActiveSupport::TestCase
|
||||||
test 'translation' do
|
test 'translation' do
|
||||||
tests = [
|
tests = [
|
||||||
|
|
|
@ -58,7 +58,6 @@ class WorkingTimeTest < ActiveSupport::TestCase
|
||||||
{
|
{
|
||||||
start: '2012-12-23 08:00:00',
|
start: '2012-12-23 08:00:00',
|
||||||
end: '2012-12-27 10:30:42',
|
end: '2012-12-27 10:30:42',
|
||||||
# :diff => 0,
|
|
||||||
diff: 151,
|
diff: 151,
|
||||||
config: {
|
config: {
|
||||||
'Mon' => true,
|
'Mon' => true,
|
||||||
|
@ -335,7 +334,6 @@ class WorkingTimeTest < ActiveSupport::TestCase
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
# test 6
|
# test 6
|
||||||
{
|
{
|
||||||
start: '2012-12-17 08:00:00',
|
start: '2012-12-17 08:00:00',
|
||||||
|
|
Loading…
Reference in a new issue