Skip to content

Commit

Permalink
Merge branch 'develop' into feature/move-before-complete
Browse files Browse the repository at this point in the history
  • Loading branch information
howardroark committed Feb 26, 2017
2 parents 63088be + 0443f05 commit 3a4e692
Show file tree
Hide file tree
Showing 19 changed files with 12 additions and 12 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 12 additions & 12 deletions tests/test.js
Expand Up @@ -39,7 +39,7 @@ describe('Test basic example', function () {
pollinate({
"inputs": [
"howardroark/webapp",
"tests/data.json"
"tests/mocks/data.json"
],
"options": {
//..
Expand All @@ -55,7 +55,7 @@ describe('Test basic example', function () {
pollinate({
"inputs": [
"howardroark/webapp",
"https://raw.githubusercontent.com/howardroark/pollinate/develop/tests/data.json"
"https://raw.githubusercontent.com/howardroark/pollinate/develop/tests/mocks/data.json"
],
"options": {
//..
Expand Down Expand Up @@ -232,8 +232,8 @@ describe('Test basic example', function () {
this.timeout(10000);
pollinate({
"inputs": [
"./tests/template",
"tests/data.json"
"./tests/mocks/template",
"tests/mocks/data.json"
],
"options": {
//..
Expand All @@ -248,8 +248,8 @@ describe('Test basic example', function () {
this.timeout(10000);
pollinate({
"inputs": [
"./tests/template-no-data/",
"tests/data-no-discard.json"
"./tests/mocks/template-no-data/",
"tests/mocks/data-no-discard.json"
],
"options": {
//
Expand All @@ -264,8 +264,8 @@ describe('Test basic example', function () {
this.timeout(10000);
pollinate({
"inputs": [
"./tests/template-no-data/",
"tests/data-parse-all.json"
"./tests/mocks/template-no-data/",
"tests/mocks/data-parse-all.json"
],
"options": {
//
Expand All @@ -280,8 +280,8 @@ describe('Test basic example', function () {
this.timeout(10000);
pollinate({
"inputs": [
"./tests/template-no-data/",
"tests/data-no-move.json"
"./tests/mocks/template-no-data/",
"tests/mocks/data-no-move.json"
],
"options": {
//
Expand All @@ -296,8 +296,8 @@ describe('Test basic example', function () {
this.timeout(10000);
pollinate({
"inputs": [
"./tests/template-no-data/",
"tests/data-complete.json"
"./tests/mocks/template-no-data/",
"tests/mocks/data-complete.json"
],
"options": {
//
Expand Down

0 comments on commit 3a4e692

Please sign in to comment.