Method: OSpec::Runner#run
- Defined in:
- lib/ospec/runner.rb
#run ⇒ Object
43 44 45 46 47 48 |
# File 'lib/ospec/runner.rb', line 43 def run groups = ExampleGroup.example_groups @formatter.start groups.each { |group| group.run self } @formatter.finish end |