mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-24 16:14:07 +01:00
5 lines
219 B
Ruby
5 lines
219 B
Ruby
|
|
require File.join(File.dirname(__FILE__), *%w[.. helper])
|
||
|
|
|
||
|
|
with_steps_for :running_rspec do
|
||
|
|
run File.join(File.dirname(__FILE__), *%w[.. .. .. rspec stories configuration before_blocks.story]), :type => RailsStory
|
||
|
|
end
|