From 13890a8aacf2dc370d2c32831a985ca269575cca Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Mon, 27 Feb 2017 00:27:39 +0100 Subject: [PATCH] move asjon-testing --- test/asjon-mock.coffee | 2 +- asjon-testing.coffee => test/asjon-testing.coffee | 0 test/autostart-test.coffee | 2 +- test/drone-test.coffee | 2 +- test/github-test.coffee | 2 +- test/memes-test.coffee | 2 +- test/memoria-test.coffee | 2 +- test/meteo-test.coffee | 2 +- test/shell-test.coffee | 2 +- test/wolfram-test.coffee | 2 +- 10 files changed, 9 insertions(+), 9 deletions(-) rename asjon-testing.coffee => test/asjon-testing.coffee (100%) diff --git a/test/asjon-mock.coffee b/test/asjon-mock.coffee index 0070b2f..eb72f60 100644 --- a/test/asjon-mock.coffee +++ b/test/asjon-mock.coffee @@ -1,7 +1,7 @@ nock = require 'nock' expect = require("chai").should() -Asjon = require '../asjon-testing.coffee' +Asjon = require './asjon-testing.coffee' asjon = undefined describe 'hubot mock', -> diff --git a/asjon-testing.coffee b/test/asjon-testing.coffee similarity index 100% rename from asjon-testing.coffee rename to test/asjon-testing.coffee diff --git a/test/autostart-test.coffee b/test/autostart-test.coffee index eadcd6c..24a2847 100644 --- a/test/autostart-test.coffee +++ b/test/autostart-test.coffee @@ -1,7 +1,7 @@ nock = require 'nock' expect = require("chai").should() -Asjon = require '../asjon-testing.coffee' +Asjon = require './asjon-testing.coffee' asjon = undefined describe 'shell autostart', -> diff --git a/test/drone-test.coffee b/test/drone-test.coffee index 0729b25..65e6a07 100644 --- a/test/drone-test.coffee +++ b/test/drone-test.coffee @@ -1,7 +1,7 @@ nock = require 'nock' expect = require("chai").should() -Asjon = require '../asjon-testing.coffee' +Asjon = require './asjon-testing.coffee' asjon = undefined describe 'modulo drone', -> diff --git a/test/github-test.coffee b/test/github-test.coffee index b40e434..f3a5192 100644 --- a/test/github-test.coffee +++ b/test/github-test.coffee @@ -1,7 +1,7 @@ nock = require 'nock' expect = require("chai").should() -Asjon = require '../asjon-testing.coffee' +Asjon = require './asjon-testing.coffee' asjon = undefined githubhook = undefined diff --git a/test/memes-test.coffee b/test/memes-test.coffee index 181515c..863f708 100644 --- a/test/memes-test.coffee +++ b/test/memes-test.coffee @@ -1,7 +1,7 @@ nock = require 'nock' expect = require("chai").should() -Asjon = require '../asjon-testing.coffee' +Asjon = require './asjon-testing.coffee' asjon = undefined describe 'modulo memes', -> diff --git a/test/memoria-test.coffee b/test/memoria-test.coffee index b06af06..6669012 100644 --- a/test/memoria-test.coffee +++ b/test/memoria-test.coffee @@ -1,6 +1,6 @@ expect = require("chai").should() -Asjon = require '../asjon-testing.coffee' +Asjon = require './asjon-testing.coffee' asjon = undefined describe 'modulo memoria', -> diff --git a/test/meteo-test.coffee b/test/meteo-test.coffee index 3aa646f..3251ed8 100644 --- a/test/meteo-test.coffee +++ b/test/meteo-test.coffee @@ -1,7 +1,7 @@ nock = require 'nock' expect = require("chai").should() -Asjon = require '../asjon-testing.coffee' +Asjon = require './asjon-testing.coffee' asjon = undefined loc_payload = diff --git a/test/shell-test.coffee b/test/shell-test.coffee index b4835ef..7a6f082 100644 --- a/test/shell-test.coffee +++ b/test/shell-test.coffee @@ -1,7 +1,7 @@ nock = require 'nock' expect = require("chai").should() -Asjon = require '../asjon-testing.coffee' +Asjon = require './asjon-testing.coffee' asjon = undefined describe 'modulo shell', -> diff --git a/test/wolfram-test.coffee b/test/wolfram-test.coffee index c29b072..6d2bc0e 100644 --- a/test/wolfram-test.coffee +++ b/test/wolfram-test.coffee @@ -1,7 +1,7 @@ nock = require 'nock' expect = require("chai").should() -Asjon = require '../asjon-testing.coffee' +Asjon = require './asjon-testing.coffee' asjon = undefined describe 'modulo wolfram', ->