Skip to content

Commit

Permalink
Merge pull request #5 from Ortus-Solutions/development
Browse files Browse the repository at this point in the history
- ensureTestBox() was not looking at the right folder
  • Loading branch information
lmajano authored Aug 17, 2023
2 parents 6dd4808 + ac9fa8e commit 2612da7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"TestBox CLI",
"version":"1.2.0",
"version":"1.2.1",
"location":"https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/testbox-cli/@build.version@/[email protected]@.zip",
"slug":"testbox-cli",
"author":"Ortus Solutions, Corp",
Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- ensureTestBox() was not looking at the right folder

* * *

## [1.2.0] - 2023-08-17

### Added
Expand All @@ -20,6 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- More fixes on runner not working
- Localized `testbox` location finding for `outputFormats` was using the wrong path

* * *

## [1.1.3] - 2023-08-16

### Fixed
Expand Down
1 change: 1 addition & 0 deletions commands/testbox/run.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ component {
.toConsole();

command( "install" ).params( "testbox", modulePath ).run();
testBoxPath = modulePath & "/testbox"
}

// Add our mapping
Expand Down

0 comments on commit 2612da7

Please sign in to comment.