REVIEW: since this started with "test_" it was executed each time one executes the tests. test/unit does not seem to require it anymore but it maybe causes errors in some different task?

pull/1186/head
Martin Linkhorst 12 years ago
parent c06e3fa94a
commit aa18d1fe22
  1. 4
      test/helper_testcase.rb

@ -43,8 +43,4 @@ class HelperTestCase < ActionView::TestCase
# ActionView::Helpers::AssetTagHelper.javascript_expansions[:defaults] = ['prototype', 'effects', 'dragdrop', 'controls', 'rails']
end
def test_dummy
# do nothing - required by test/unit
end
end

Loading…
Cancel
Save