actionview - Best way to test a rails view helper without rails -


i making gem defines framework agnostic helpers generating html. testing under sinatra trivial. need test heplers rails erb , haml rendering without having require full stack?

i guess @ point have require 'action_view' , 'action_view/renderer/renderer'


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -