Sha256: e875cc752a4a3cfd2d6c3d3d856e5a919cd38698e76f37b8223678a043e19dc5

Contents?: true

Size: 438 Bytes

Versions: 4

Compression:

Stored size: 438 Bytes

Contents

require File.expand_path("update_test_methods", File.dirname(__FILE__))

if not RubotoTest::ON_JRUBY_JARS_1_5_6
  class RubotoUpdateWithPsychTest < Test::Unit::TestCase
    include UpdateTestMethods

    def setup
      super(true)
    end
    
    def test_psych_jar_exists
      assert File.exists?("#{APP_DIR}/libs/psych.jar"), "Failed to generate psych jar"
    end
  
  end
else
  puts "Skipping Psych tests on jruby-jars-1.5.6"
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
ruboto-0.5.2 test/ruboto_update_with_psych_test.rb
ruboto-core-0.5.1 test/ruboto_update_with_psych_test.rb
ruboto-core-0.4.1.rc.4 test/ruboto_update_with_psych_test.rb
ruboto-core-0.4.0 test/ruboto_update_with_psych_test.rb