public
Description: Write more readable tests in Test::Unit with this tiny script.
Homepage:
Clone URL: git://github.com/citrusbyte/contest.git
contest / contest.gemspec
100644 13 lines (11 sloc) 0.69 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 = ["lib/contest.rb", "README.markdown", "LICENSE", "Rakefile", "rails/init.rb", "test/all_test.rb", "test/setup_and_teardown_order.rb"]
  s.rubyforge_project = "contest"
end