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:
authorRémy Coutable <remy@rymai.me>2016-04-19 16:16:29 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-04-20 22:43:32 +0300
commitda2e31549c256071d2488db1b4641bf1dda19afe (patch)
treea53f96a1f0169b102443dab66b12854e1a445b47 /spec/features/issues_spec.rb
parente54a2ba6aafd5d8912e20d7f1072b13eab38cfc1 (diff)
Forgot a Rubocop offense, doh!
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'spec/features/issues_spec.rb')
-rw-r--r--spec/features/issues_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/issues_spec.rb b/spec/features/issues_spec.rb
index 5d38bdeba33..90476ab369b 100644
--- a/spec/features/issues_spec.rb
+++ b/spec/features/issues_spec.rb
@@ -154,7 +154,7 @@ describe 'Issues', feature: true do
end
describe 'sorting by due date' do
- before do
+ before do
foo.update(due_date: 1.day.from_now)
bar.update(due_date: 6.days.from_now)
end