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:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-06-02 12:27:53 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-06-02 12:27:53 +0300
commite591401b0b3f08baf4cd28d0fcb8e184a515fc74 (patch)
tree55073da0917a2415b56af3143d06ab82a1e2dfe5 /spec/helpers/issuables_helper_spec.rb
parentb888ed59abd3a6cc6a1c14278c38fda472f5b90c (diff)
Removed unneeded newline in issuables_helper_spec and removed unneeded updated_at_by variable in issuable_app_data
Diffstat (limited to 'spec/helpers/issuables_helper_spec.rb')
-rw-r--r--spec/helpers/issuables_helper_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/helpers/issuables_helper_spec.rb b/spec/helpers/issuables_helper_spec.rb
index b5dd0f21cbd..728fdfc85f2 100644
--- a/spec/helpers/issuables_helper_spec.rb
+++ b/spec/helpers/issuables_helper_spec.rb
@@ -197,7 +197,6 @@ describe IssuablesHelper do
let(:user) { create(:user) }
let(:project) { create(:project) }
let(:issue) { create(:issue, project: project, last_edited_by: user, created_at: 3.days.ago, updated_at: 2.days.ago, last_edited_at: 2.days.ago) }
-
let(:issue_app_data) do
{
endpoint: realtime_changes_namespace_project_issue_path(project.namespace, project, issue),