From b588c2557311408643e668f86524117e58e28f45 Mon Sep 17 00:00:00 2001 From: Zamith Date: Fri, 21 Mar 2014 17:50:12 +0000 Subject: [PATCH] Corrects indentation --- lib/m.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/m.rb b/lib/m.rb index f8447d8..57ba69a 100644 --- a/lib/m.rb +++ b/lib/m.rb @@ -269,9 +269,9 @@ def tests # shove a new test method into this collection. suites.inject(TestCollection.new) do |collection, (suite_class, test_methods)| test_methods.each do |test_method| - collection << TestMethod.create(suite_class, test_method) - end - collection + collection << TestMethod.create(suite_class, test_method) + end + collection end end end