HomePhorge

Fix #2174 - Fix RSpec rake targets
424c87b953f4Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Fix #2174 - Fix RSpec rake targets

The target generation was wrong, as it created some
strange target for isolated test files.
It now creates two types of targets:

  • directory targets, like:

rake integration/network/server
or
rake unit/network

Those run all tests in a specific directory

  • spec targets like:

rake unit:indirector:catalog:yaml
or
rake unit:parser:ast:definition

Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>

Details

Event Timeline

Brice Figureau <brice-puppet@daysofwonder.com> committed rPU424c87b953f4: Fix #2174 - Fix RSpec rake targets (authored by Brice Figureau <brice-puppet@daysofwonder.com>).Apr 19 2009, 6:53 PM