public
Description: Merb Plugins: Even more modules to hook up your Merb installation
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-plugins.git
100644 14 lines (11 sloc) 0.308 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require 'rubygems'
require 'spec/rake/spectask'
require File.join(File.dirname(__FILE__), "..", "spec", "spec_helper")
require 'spec/mocks'
require 'spec/story'
 
class Merb::Test::RspecStory
  # Include your custom helpers here
end
 
Dir['stories/steps/**/*.rb'].each do |steps_file|
  require steps_file
end