vendor/test/string.wisp in ruby-wisp-source-0.7.0 vs vendor/test/string.wisp in ruby-wisp-source-0.8.0

- old
+ new

@@ -1,8 +1,8 @@ (ns wisp.test.string - (:use [wisp.src.string :only [join split]] - [wisp.src.sequence :only [list]] - [wisp.src.runtime :only [str =]])) + (:require [wisp.src.string :refer [join split]] + [wisp.src.sequence :refer [list]] + [wisp.src.runtime :refer [str =]])) (print "test join") (assert (= "" (join nil))) (assert (= "" (join "-" nil)))