diff options
author | francis <francis> | 2007-11-08 16:18:24 +0000 |
---|---|---|
committer | francis <francis> | 2007-11-08 16:18:24 +0000 |
commit | e025beb0095634faf2b16be87465fb9c00b806eb (patch) | |
tree | 7a56cf88ba9140002e7d1e520e6f4cfef05f3d12 /spec/spec_helper.rb | |
parent | 24a792b27884e411a94366e9e0606ebfa7d86153 (diff) |
Add lots more tests.
Fix an ACTUAL BUG a test found :)
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index e5d4f2259..2d01d442e 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -21,3 +21,4 @@ Spec::Runner.configure do |config| # If you declare global fixtures, be aware that they will be declared # for all of your examples, even those that don't use them. end + |