Commit 250b689aa94ad44b126ec70aa3d6668933e9e2e6

Authored by Leandro Santos
1 parent 9fc15501

HOTFIX: removing wrong comment

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
test/unit/task_test.rb
@@ -370,7 +370,8 @@ class TaskTest < ActiveSupport::TestCase @@ -370,7 +370,8 @@ class TaskTest < ActiveSupport::TestCase
370 assert_not_includes Task.of(type), t3 370 assert_not_includes Task.of(type), t3
371 assert_includes Task.of(nil), t3 371 assert_includes Task.of(nil), t3
372 end 372 end
373 -# should 'filter tasks by tags with named scope' do 373 +
  374 + should 'filter tasks by tags with named scope' do
374 375
375 requestor = fast_create(Person) 376 requestor = fast_create(Person)
376 target = fast_create(Person) 377 target = fast_create(Person)