summaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
...
* Oops, created a test directory in the main spec dir, rather than in the ↵Luke Kanies2007-08-251-0/+0
| | | | unit/ subdir
* Modules are now tested with spec, and they now can handle ↵Luke Kanies2007-08-251-0/+150
| | | | environment-specific module paths.
* The config class now has support for add an environment to its search path. ↵Luke Kanies2007-08-241-24/+78
| | | | Now I just need to go through the whole system and use the search path in addition to the parameter name itself.
* I have added basic support for a search path, altho not yet with any ability ↵Luke Kanies2007-08-241-20/+100
| | | | to manipulate it. All config tests pass in both the old tests and the new ones, so it is time to add the hooks for manipulating the search path.
* Adding some rspec tests for Config.rb, because I am planning on ↵Luke Kanies2007-08-232-1/+250
| | | | significantly changing its internals and the current tests, I think, will be harder to migrate than just writing rspec tests from scratch.
* Everything up to the parser (and the Modules) is ready to support multiple ↵Luke Kanies2007-08-232-0/+81
| | | | environments, including the parser having an environment setting. I have also created my first spec-based tests, for the interpreter (and deleted the old test/unit tests).
* 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-2386-0/+6161