pd / story

command line runner for rspec stories

This URL has Read+Write access

story / stories / helper.rb
100644 7 lines (5 sloc) 0.24 kb
1
2
3
4
5
6
7
require 'rubygems'
require 'spec/story'
 
# Any step groups that may be loaded need to be required here,
# so that they are available once `story` tries to run the story.
Dir["#{File.dirname(__FILE__)}/steps/**/*.rb"].each { |f| require f }