diff options
| author | mo k <m@mokhan.ca> | 2011-11-11 20:19:51 -0700 |
|---|---|---|
| committer | mo k <m@mokhan.ca> | 2011-11-11 20:19:51 -0700 |
| commit | 561323b29f4c17cd3490ace2b71d4ff3b326ed25 (patch) | |
| tree | ba9e088379cd494a3e17ec6fcb11198e6fd2a45d /test/stack_specs.rb | |
| parent | 50bfdb46921374cefe0f49fc01b62ad04e1284ab (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.rb | 1 |
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 |
