public
Description: master merb branch
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb.git
carlhuda (author)
Mon Jun 29 17:30:40 -0700 2009
commit  c5b38d2f5244fe45d0d9ef29cb321e35c7751df0
tree    19d2db0eb2a47c532d2defc177b4c75a74535b56
parent  ffff732093da6d300b4652616a8fa150ec758331
merb / merb-core / spec / public / test / controllers / controller_assertion_mock.rb
100644 7 lines (5 sloc) 0.101 kb
1
2
3
4
5
6
7
class Merb::Test::ControllerAssertionMock
  
  def self.called(action)
    return action
  end
  
end