public
Description: newjs - create new JavaScript libraries
Homepage: http://newjs.rubyforge.org
Clone URL: git://github.com/drnic/newjs.git
Search Repo:
removed unnecessary " from banners
drnic (author)
Mon Feb 18 17:16:15 -0800 2008
commit  b509eb33a8493043abd00102ee175774c893d94f
tree    abd552386b4ab27e4018259027c601351e093b9c
parent  98469dab5a1291965613d43b4b2b7f25619c1be9
...
25
26
27
28
 
29
30
31
...
25
26
27
 
28
29
30
31
0
@@ -25,7 +25,7 @@ class FunctionalTestGenerator < RubiGen::Base
0
       <<-EOS
0
 Creates a functional test file for the final distribution JavaScript file(s).
0
 
0
-USAGE: #{$0} #{spec.name} name [dist_name]"
0
+USAGE: #{$0} #{spec.name} name [dist_name]
0
 
0
 NOTES:
0
 * name - creates a file test/functional/name_test.html
...
25
26
27
28
 
29
30
31
...
25
26
27
 
28
29
30
31
0
@@ -25,7 +25,7 @@ class UnitTestGenerator < RubiGen::Base
0
       <<-EOS
0
 Creates an HTML unit test file for a JavaScript library.
0
 
0
-USAGE: #{$0} #{spec.name} name [library_name]"
0
+USAGE: #{$0} #{spec.name} name [library_name]
0
 
0
 NOTES:
0
 * name - creates a file test/unit/name_test.html
...
28
29
30
31
 
32
33
34
...
28
29
30
 
31
32
33
34
0
@@ -28,7 +28,7 @@ class JavascriptTestGenerator < Rails::Generator::Base
0
       <<-EOS
0
 Creates an HTML unit test file for a JavaScript library.
0
 
0
-USAGE: #{$0} #{spec.name} name [library_name]"
0
+USAGE: #{$0} #{spec.name} name [library_name]
0
 
0
 NOTES:
0
 * name - creates a file test/javascript/name_test.html

Comments

    No one has commented yet.