summaryrefslogtreecommitdiff
path: root/test/functional/basic.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/basic.rb')
-rwxr-xr-xtest/functional/basic.rb4
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)