Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-11-16 18:09:24 +0300
committerJames Lopez <james@jameslopez.es>2016-11-17 10:22:59 +0300
commit9e0102e494d27bbb7fcd4ae8f2b0c0bc4ce3e7ce (patch)
treee384b0007fe42362faf0b04efb5472185216a2a4 /spec/serializers/entity_date_helper_spec.rb
parentcbd7d000395ff60fe3726e67ec351bd4d44582ec (diff)
small refactor - removing includes no longer needed
Diffstat (limited to 'spec/serializers/entity_date_helper_spec.rb')
-rw-r--r--spec/serializers/entity_date_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/serializers/entity_date_helper_spec.rb b/spec/serializers/entity_date_helper_spec.rb
index 90e57833de7..b9cc2f64831 100644
--- a/spec/serializers/entity_date_helper_spec.rb
+++ b/spec/serializers/entity_date_helper_spec.rb
@@ -42,4 +42,4 @@ describe EntityDateHelper do
it 'converts 986760 seconds' do
expect(date_helper_class.distance_of_time_as_hash(986760)).to eq(days: 11, hours: 10, mins: 6)
end
-end \ No newline at end of file
+end