1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test/fixtures/helpers/helpery_test_helper.rb
Łukasz Strzałkowski e10a25310f Move abstract's controller tests to AV
The ones that were actually testing AV functionality and should belong in there
2013-08-25 11:40:11 +02:00

5 lines
68 B
Ruby

module HelperyTestHelper
def helpery_test
"Default"
end
end