Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
Updating WP tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luboskmetko committed Mar 16, 2016
1 parent 6712bf5 commit 520f123
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/wp/defaults.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('XH Generator with default options', function () {
databaseName: '$_SERVER[\'XTEAM_DB_NAME\']',
databaseUser: '$_SERVER[\'XTEAM_DB_USER\']',
databasePassword: '$_SERVER[\'XTEAM_DB_PASSWORD\']',
features: ['installWPizedLight', 'installWpSyncDb', 'installWpStream'],
features: ['installX5Theme', 'installWpSyncDb', 'installStream'],
disableFileEdits: true
})
.on('ready', function (generator) {
Expand Down Expand Up @@ -77,7 +77,7 @@ describe('XH Generator with default options', function () {
});

it('should generate WP Stream plugin', function (done) {
assert.file('wp/wp-content/plugins/wp-stream/');
assert.file('wp/wp-content/plugins/stream/');

done();
});
Expand All @@ -89,7 +89,7 @@ describe('XH Generator with default options', function () {
done();
});

it('should generate WPized Light theme', function (done) {
it('should generate X5 theme', function (done) {
assert.file('wp/wp-content/themes/test-project/style.css');

done();
Expand Down

0 comments on commit 520f123

Please sign in to comment.