From b8d3f426a580d8532869a16da87c9a80b81fa9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Fri, 27 Sep 2019 19:45:59 +0200 Subject: [PATCH] Fix wrong file name for test file The file name finished with `_specs.rb` instead of `_spec.rb`, and so it wasn't being tested at all. --- spec/features/{topics_specs.rb => topics_spec.rb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename spec/features/{topics_specs.rb => topics_spec.rb} (100%) diff --git a/spec/features/topics_specs.rb b/spec/features/topics_spec.rb similarity index 100% rename from spec/features/topics_specs.rb rename to spec/features/topics_spec.rb