aboutsummaryrefslogtreecommitdiff
path: root/tests/node_min_test.js
diff options
context:
space:
mode:
authorBryan Donovan <[email protected]>2013-01-05 18:14:28 -0800
committerBryan Donovan <[email protected]>2013-01-05 18:14:28 -0800
commit72a36253b1d4f42a0630b6dfcff47e5d98c8ff2a (patch)
tree698ca1356b0c7cc5c0b33a890876aae5a36c1a61 /tests/node_min_test.js
parent306c77c9971bdf6dc6c23fef7aeb9964323cd95f (diff)
downloadfaker-72a36253b1d4f42a0630b6dfcff47e5d98c8ff2a.tar.xz
faker-72a36253b1d4f42a0630b6dfcff47e5d98c8ff2a.zip
renaming tests dir to test
Diffstat (limited to 'tests/node_min_test.js')
-rw-r--r--tests/node_min_test.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/node_min_test.js b/tests/node_min_test.js
deleted file mode 100644
index 6fc051a5..00000000
--- a/tests/node_min_test.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var util = require('util');
-
-var Faker = require('../Faker');
-
-var card = Faker.Helpers.createCard();
-
-util.puts(JSON.stringify(card));
-
-
-