Skip to content

Commit

Permalink
Updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
soveran committed Mar 18, 2009
1 parent 49be1a6 commit 72742b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description
-----------

Write declarative tests with nested contexts without performance
penalties. Contest is less than 40 lines and gets the job done.
penalties. Contest is less than 100 lines of code and gets the job done.

Usage
-----
Expand Down
2 changes: 1 addition & 1 deletion contest.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'contest'
s.version = '0.0.5'
s.summary = %{Contexts for Test::Unit}
s.summary = %{Write more readable tests in Test::Unit with this tiny script.}
s.date = %q{2009-03-16}
s.author = "Damian Janowski"
s.email = "damian.janowski@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion contest.gemspec.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'contest'
s.version = '0.0.5'
s.summary = %{Contexts for Test::Unit}
s.summary = %{Write more readable tests in Test::Unit with this tiny script.}
s.date = %q{2009-03-16}
s.author = "Damian Janowski"
s.email = "damian.janowski@gmail.com"
Expand Down

0 comments on commit 72742b6

Please sign in to comment.