Sha256: 952948aa53c4a0a5eba047086192826ff669bd75e1cffbe5e92304d6ae886901

Contents?: true

Size: 504 Bytes

Versions: 7

Compression:

Stored size: 504 Bytes

Contents

infinity_test do
  
  use :rubies => %w(1.8.6 1.8.7 1.9.2 ree rbx), :test_framework => :rspec
  
  before(:each_ruby) do |environment|
    environment.system('bundle install')
    environment.system('rake compile')
  end
  
  after(:each_ruby) do |environment|
    environment.system("rake clean_and_clobber_without_verbose")
  end
  
  heuristics do
    add("^ext/*/(.*)\.c") do |file|
      run :all => :tests
    end
    
    add("^ext/*/(.*)\.h") do |file|
      run :all => :tests
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
oily_png-1.1.0 .infinity_test
oily_png-1.0.3 .infinity_test
oily_png-1.0.2 .infinity_test
oily_png-1.0.1 .infinity_test
oily_png-1.0.0 .infinity_test
oily_png-1.0.0.rc2 .infinity_test
oily_png-1.0.0.rc1 .infinity_test