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
merb-plugins / merb_stories / lib / merb_stories / merbtasks.rb
100644 4 lines (4 sloc) 0.145 kb
1
2
3
4
desc "Run the given story. rake story[story_name]"
task :story, :story_name do |t,args|
    sh %{ruby stories/stories/#{args.story_name}.rb}
end