diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2011-08-19 03:23:19 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2011-08-19 03:23:19 +0200 |
commit | bb11ecf7abf31648b19f61cc438e72d013c850b7 (patch) | |
tree | 8b9de0667a881787d45f685ed0edc773f7db126b /test/functional | |
parent | 75bc5455af8c3c3381066aac3d5fff42264cac6f (diff) | |
download | coderay-bb11ecf7abf31648b19f61cc438e72d013c850b7.tar.gz |
trying to integrate Travis CI
Diffstat (limited to 'test/functional')
-rwxr-xr-x | test/functional/basic.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/functional/basic.rb b/test/functional/basic.rb index 8200ae4..5d82f5f 100755 --- a/test/functional/basic.rb +++ b/test/functional/basic.rb @@ -129,10 +129,6 @@ more code # and another comment, in-line. assert_equal 4, CodeRay.scan(rHTML, :erb).lines_of_code end - def test_rubygems_not_loaded - assert_equal nil, defined? Gem - end if ENV['check_rubygems'] && RUBY_VERSION < '1.9' - def test_list_of_encoders assert_kind_of(Array, CodeRay::Encoders.list) assert CodeRay::Encoders.list.include?(:count) |