Sha256: 32744773642d18b332d30375b1d14ca57194c54799b81c414366f19323e2ba17
Contents?: true
Size: 686 Bytes
Versions: 1
Compression:
Stored size: 686 Bytes
Contents
Gem::Specification.new do |s| s.name = "cutest" s.version = "0.1.5" s.summary = "Forking tests." s.description = "Run tests in separate processes to avoid shared state." s.authors = ["Damian Janowski", "Michel Martens"] s.email = ["djanowski@dimaion.com", "michel@soveran.com"] s.homepage = "http://github.com/djanowski/cutest" s.files = ["LICENSE", "README.markdown", "Rakefile", "lib/cutest.rb", "cutest.gemspec", "test/assert.rb", "test/assert_raise.rb", "test/prepare.rb", "test/run.rb", "test/scopes.rb", "test/setup.rb"] s.add_dependency "batch", "~> 0.0.3" s.executables.push "cutest" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cutest-0.1.5 | cutest.gemspec |