Sha256: 0ea982c512df60607d1915711251d97e825806422275d76966bcc18ff7fee529

Contents?: true

Size: 323 Bytes

Versions: 29

Compression:

Stored size: 323 Bytes

Contents

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

class GemTest < Test::Unit::TestCase
  def test_rake_gem
    gem_file = "ruboto-#{Ruboto::VERSION}.gem"
    File.delete(gem_file) if File.exists?(gem_file)
    assert !File.exists?(gem_file)
    system 'rake gem'
    assert File.exists?(gem_file)
  end

end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
ruboto-1.2.0 test/gem_test.rb
ruboto-1.1.2 test/gem_test.rb
ruboto-1.1.1 test/gem_test.rb
ruboto-1.1.0 test/gem_test.rb
ruboto-1.0.3 test/gem_test.rb
ruboto-1.0.2 test/gem_test.rb
ruboto-1.0.1 test/gem_test.rb
ruboto-1.0.0 test/gem_test.rb
ruboto-0.16.0 test/gem_test.rb
ruboto-0.15.0 test/gem_test.rb
ruboto-0.14.0 test/gem_test.rb
ruboto-0.13.0 test/gem_test.rb
ruboto-0.12.0 test/gem_test.rb
ruboto-0.13.0.rc.0 test/gem_test.rb
ruboto-0.12.0.rc.0 test/gem_test.rb
ruboto-0.11.0 test/gem_test.rb
ruboto-0.11.0.rc.1 test/gem_test.rb
ruboto-0.11.0.rc.0 test/gem_test.rb
ruboto-0.10.2 test/gem_test.rb
ruboto-0.10.2.rc.0 test/gem_test.rb