public
Description: Write more readable tests in Test::Unit with this tiny script.
Homepage:
Clone URL: git://github.com/citrusbyte/contest.git
djanowski (author)
Tue Jun 23 12:19:22 -0700 2009
commit  067f421bfbc6fdfe103198ad824d183cc2a6b611
tree    c4006bdba7d310e5d495d9f22e869ac6e141541a
parent  c16238b12253c1b83d84c544664a23ff268baf68
contest / contest.gemspec.erb
100644 13 lines (11 sloc) 0.653 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
Gem::Specification.new do |s|
  s.name = 'contest'
  s.version = '0.1.2'
  s.summary = %{Write more readable tests in Test::Unit with this tiny script.}
  s.description = %{Write declarative tests using nested contexts without performance penalties. Contest is less than 100 lines of code and gets the job done.}
  s.authors = ["Damian Janowski", "Michel Martens"]
  s.email = ["djanowski@dimaion.com", "michel@soveran.com"]
  s.homepage = "http://github.com/citrusbyte/contest"
  s.files = <%= Dir['lib/**/*.rb', 'README*', 'LICENSE', 'Rakefile', 'rails/**/*', 'test/**/*.*'].inspect %>
  s.rubyforge_project = "contest"
end