Sha256: 943fa359a3d7ecf4643f2acb07d5d5bca47cb1dbb6921270f5fb3e73f39bf75c
Contents?: true
Size: 721 Bytes
Versions: 1
Compression:
Stored size: 721 Bytes
Contents
require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "clicase" gemspec.summary = "Macros for testing Ruby command line apps with Shoulda or Test::Unit." gemspec.email = "afurmanov@rushpost.com" gemspec.homepage = "http://github.com/afurmanov/clicase" gemspec.description = <<END CliCase extends TestCase with macros simplifying testing command line apps written in Ruby. These macros allow to specify command line entry point, run command line and assert execution results. Works with Test::Unit or with Shoulda. END gemspec.authors = ["Aleksandr Furmanov"] end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install jeweler" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
afurmanov-clicase-0.1.5 | Rakefile |