Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-18 | (QENG-798) Update acceptance helpers to create distmoduledir | Justin Stoller | |
Previously we were creating the module dir on foss installs, but not on PE. PE agents do not have a module dir deployed as part of the base PE install, so to test on PE agents we need to create the module dir. `mkdir -p` is idempotent, so we use it as a cudgle here. We also update the beaker_helper and spec_helper_acceptance to contain the same installation steps for test dependencies, warnings, and installation methods. | |||
2014-06-16 | More typos | Hunter Haugen | |
2014-06-16 | Fix typo in mkdir | Hunter Haugen | |
2014-06-16 | Need to make the moduledir before scping the module to agents | Hunter Haugen | |
2014-05-27 | Update tests for ubuntu 14.04 | Hunter Haugen | |
In ubuntu 14.04 git 1.9.1 is the default version, and 1.9+ fatally fail if the user.email and user.name are not set (previously it would just warn). This commit sets those up so the tests will actually run. | |||
2014-04-02 | add beaker-rspec support | Phil Pham | |
This adds support for beaker-rspec as well as basic test coverage for git |