- Softwrap mode:
- Toggle
Blob of rspec/stories/example_groups/stories.rb
(raw blob data)
| 1 | require File.join(File.dirname(__FILE__), *%w[.. helper]) |
| 2 | |
| 3 | with_steps_for :running_rspec do |
| 4 | run File.dirname(__FILE__) + "/nested_groups" |
| 5 | # Dir["#{File.dirname(__FILE__)}/*"].each do |file| |
| 6 | # run file if File.file?(file) && !(file =~ /\.rb$/) |
| 7 | # end |
| 8 | end |
