From 72b5ede0da6134ae36e2b0dc6512fdadc220ac67 Mon Sep 17 00:00:00 2001 From: Christian Williams Date: Thu, 24 Dec 2009 10:53:57 -0500 Subject: [PATCH] Move custom matcher specs to their own suite. --- spec/runner.html | 1 + spec/suites/CustomMatchersSpec.js | 41 +++++++++++++++++++++++++++++++ spec/suites/SpecRunningSpec.js | 31 ----------------------- 3 files changed, 42 insertions(+), 31 deletions(-) create mode 100644 spec/suites/CustomMatchersSpec.js diff --git a/spec/runner.html b/spec/runner.html index 30b4f3fe..bd8ea4be 100644 --- a/spec/runner.html +++ b/spec/runner.html @@ -35,6 +35,7 @@