Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `on_load` to trigger commandline processing code | Aaron Patterson | 2016-10-21 | 1 | -5/+0 |
| | | | | We need to use on_load so that plugins will get the same functionality | ||||
* | Prevent the test framework from being loaded in production mode | Aaron Patterson | 2016-10-21 | 1 | -0/+5 |
| | | | | | | | | | | | | The test framework should not be autoloaded in production mode. Before this commit, the testing railtie would extend AS::TestCase. This caused AS::TestCase to be preloaded regardless of the environment in which we were running. This commit just moves the code that adds line filtering support in to the test command where we actually execute the test runner. That allows us to maintain the line runner feature but only load the minimal amount of code we need. | ||||
* | Apply test command changes. | Kasper Timm Hansen | 2016-09-26 | 1 | -1/+3 |
| | |||||
* | Initial command structure. | Kasper Timm Hansen | 2016-09-25 | 1 | -0/+18 |