summaryrefslogtreecommitdiff
path: root/test/stack_specs.rb
diff options
context:
space:
mode:
authormo k <m@mokhan.ca>2011-11-11 20:19:51 -0700
committermo k <m@mokhan.ca>2011-11-11 20:19:51 -0700
commit561323b29f4c17cd3490ace2b71d4ff3b326ed25 (patch)
treeba9e088379cd494a3e17ec6fcb11198e6fd2a45d /test/stack_specs.rb
parent50bfdb46921374cefe0f49fc01b62ad04e1284ab (diff)
moved the require 'test/unit' from each spec file to the ts_all file.
Diffstat (limited to 'test/stack_specs.rb')
-rw-r--r--test/stack_specs.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/stack_specs.rb b/test/stack_specs.rb
index 5fc7f8c..2a98340 100644
--- a/test/stack_specs.rb
+++ b/test/stack_specs.rb
@@ -1,4 +1,3 @@
-require "test/unit"
require "stack"
class StackTests < Test::Unit::TestCase