Skip to content

Commit

Permalink
Corrects indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zamith committed Mar 21, 2014
1 parent 76ebfb8 commit b588c25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/m.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b588c25

Please sign in to comment.