This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
fa82ea4098
rails--rails
/
actionview
/
test
/
fixtures
/
helpers
/
helpery_test_helper.rb
8 lines
99 B
Ruby
Raw
Normal View
History
Unescape
Escape
Use frozen string literal in actionview/
2017-07-23 11:36:41 -04:00
# frozen_string_literal: true
Move abstract's controller tests to AV The ones that were actually testing AV functionality and should belong in there
2013-08-13 19:13:43 -04:00
module
HelperyTestHelper
def
helpery_test
"
Default
"
end
end
Copy permalink