Sha256: 392d7f9e52ccd67db1f3d35c8458848782b518d8ec25844802d55283960a9f5b
Contents?: true
Size: 751 Bytes
Versions: 1
Compression:
Stored size: 751 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path(File.dirname(__FILE__) + '/lib/acceptance_test/version') Gem::Specification.new do |spec| spec.name = "acceptance_test" spec.summary = %q{Simplifies congiguration and run of acceptance tests.} spec.description = %q{Description: simplifies congiguration and run of acceptance tests.} spec.email = "alexander.shvets@gmail.com" spec.authors = ["Alexander Shvets"] spec.homepage = "http://github.com/shvets/acceptance_test" spec.files = `git ls-files`.split($\) spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.version = AcceptanceTest::VERSION <%= project_dependencies %> end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
acceptance_test-1.0.0 | acceptance_test.gemspec.erb |