summaryrefslogtreecommitdiffstats
path: root/spec/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* maint: Remove unused Rakefile in spec directoryMatt Robinson2011-01-111-91/+0
| | | | | | | The Rakefile just created rake tasks so that you could run all the specs in a subdirectory. However, rspec already allows you to just give the subdirectory as an argument and does the same thing, so these rake tasks were unecessary.
* Fix #2174 - Fix RSpec rake targetsBrice Figureau2009-04-191-2/+2
| | | | | | | | | | | | | | | | | | | | 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>
* Fix #1788 - allow rspec rake to run only some testsBrice Figureau2008-12-021-0/+73
| | | | Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
* Fixing the Rakefile so all tests run in one task insteadLuke Kanies2008-02-121-14/+3
| | | | of multiple.
* Trying to upgrade rspec, but not having much luck.Luke Kanies2008-02-121-3/+16
|
* Adding the integration tests to the Rakefile for spec,Luke Kanies2007-10-041-1/+1
| | | | | | fixing the integration tests, and extending the Classmethods for the indirector so that indirected classes can set the terminus class and cache class.
* Another intermediate commit. The node and fact classes are now functional ↵Luke Kanies2007-09-121-0/+6
| | | | and are used instead of the network handlers, which have been removed. There are some failing tests as a result, but I want to get this code committed before I massage the rest of the system to make it work again.
* Oops, left out the spec rake file from the main spec commitLuke Kanies2007-08-231-0/+1
|
* Building a stand-alone spec directory for creating the new spec-based tests.Luke Kanies2007-08-231-0/+9