Module: DontRepeatYourself::UnitTestingHelpers::RubyProjectHelpers

Included in:
RSpecMatchers, TestUnitExtension
Defined in:
lib/dont_repeat_yourself/unit_testing_helpers.rb

Instance Method Summary collapse

Instance Method Details

#ruby_project(project_path) ⇒ Object



11
12
13
# File 'lib/dont_repeat_yourself/unit_testing_helpers.rb', line 11

def ruby_project(project_path)
  DontRepeatYourself::RubyProjectReporter.new(project_path)
end