Sha256: cff73781b52fb72f414158c3ecbdcfbcfaf826cf6cc1e68211601d8b596944b3
Contents?: true
Size: 417 Bytes
Versions: 16
Compression:
Stored size: 417 Bytes
Contents
# Activate the gems you are reporting the issue against. gem 'activesupport', '4.0.0' require 'active_support' require 'active_support/core_ext/object/blank' require 'minitest/autorun' # Ensure backward compatibility with Minitest 4 Minitest::Test = MiniTest::Unit::TestCase unless defined?(Minitest::Test) class BugTest < Minitest::Test def test_stuff assert "zomg".present? refute "".present? end end
Version data entries
16 entries across 16 versions & 2 rubygems