Sha256: b0845795132e4c2471eafa55004dd24a70783f1d7bdd1a8bebf09af4f8d25f0a

Contents?: true

Size: 280 Bytes

Versions: 1

Compression:

Stored size: 280 Bytes

Contents

infinity_test do
  notifications :growl

  use  :test_framework => :rspec

  before_run do
    clear :terminal
  end

  heuristics do
    add('lib/(.+)\.rb') do |file|
      run :all => :tests
    end
    
    add('rails_app') do |file|
      run :all => :tests
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cashier-0.2.0 .infinity_test