GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of wycats/merb-plugins
Description: Merb Plugins: Even more modules to hook up your Merb installation
Homepage: http://www.merbivore.com
Clone URL: git://github.com/auser/merb-plugins.git
commit  43bdb1fe69b6f47e47a2ec2d4a197b592464135c
tree    2f73b646ddefda923875589b4e82136ed4caf088
parent  b35f61ca22b21fffb203457f02090c2c475c187c
100644 14 lines (13 sloc) 0.345 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# http://hassox.blogspot.com/2008/01/merb-supports-rspec-text-stories.html
# based on merb_stories
# Author: Daniel Neighman
# Web: http://hassox.blogspot.com
 
module Merb
  module Test
    class RspecStory
      include Merb::Test::ControllerHelper
      include Merb::Test::RouteHelper
      include Merb::Test::ViewHelper
    end
  end
end