Method: Test::Unit::Assertions::AssertRjs#complain
- Defined in:
- lib/assert2/rjs.rb
#complain(about) ⇒ Object
TODO implement assert_no_rjs by upgrading scope to UnScope
30 31 32 |
# File 'lib/assert2/rjs.rb', line 30 def complain(about) "#{ command } #{ about }\n#{ js }" end |