Skip to content

Commit

Permalink
Test unabridged by default
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Aug 25, 2011
1 parent 24860df commit 50cb202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -5,8 +5,6 @@ rvm:
- 1.9.3
- jruby
env:
- "RACK='~>1.3.0' UNABRIDGED=true"
- "RACK='~>1.2.0' UNABRIDGED=true"
- "RACK='~>1.3.0'"
- "RACK='~>1.2.0'"
script: rake test
6 changes: 3 additions & 3 deletions test/test_helper.rb
Expand Up @@ -5,10 +5,10 @@
rescue LoadError
end

if ENV['UNABRIDGED']
require 'camping-unabridged'
else
if ENV['ABRIDGED']
require 'camping'
else
require 'camping-unabridged'
end

require 'test/unit'
Expand Down

0 comments on commit 50cb202

Please sign in to comment.