Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Oops, created a test directory in the main spec dir, rather than in the ↵ | Luke Kanies | 2007-08-25 | 1 | -0/+0 | |
| | | | | unit/ subdir | |||||
* | Modules are now tested with spec, and they now can handle ↵ | Luke Kanies | 2007-08-25 | 1 | -0/+150 | |
| | | | | environment-specific module paths. | |||||
* | The config class now has support for add an environment to its search path. ↵ | Luke Kanies | 2007-08-24 | 1 | -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 Kanies | 2007-08-24 | 1 | -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 Kanies | 2007-08-23 | 2 | -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 Kanies | 2007-08-23 | 2 | -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 commit | Luke Kanies | 2007-08-23 | 1 | -0/+1 | |
| | ||||||
* | Building a stand-alone spec directory for creating the new spec-based tests. | Luke Kanies | 2007-08-23 | 86 | -0/+6161 | |