public
Description: A Rails Form Builder with semantically rich and accessible markup. It's not production ready yet, but I want it to be!
Clone URL: git://github.com/justinfrench/formtastic.git
Search Repo:
adding in a test rake task and an fresh cirginal test file, just in case 
someone can be bothered writing tests
Justin French (author)
Sat Apr 19 16:21:16 -0700 2008
commit  0c03ff939c587f886113630db12a42224f19f1e6
tree    502bc26def2d5b3dd83b33226a06477c29beaee7
parent  d76512a6ae1d42cb88f1c924d27702df8e6f4c51
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,6 +1,6 @@
0
 desc 'Test the formtastic plugin.'
0
 Rake::TestTask.new(:test) do |t|
0
   t.libs << 'lib'
0
- t.pattern = 'test/unit/*_test.rb' # Update this line
0
+ t.pattern = 'test/*_test.rb'
0
   t.verbose = true
0
 end
0
\ No newline at end of file
...
 
 
 
 
 
 
 
 
 
...
1
2
3
4
5
6
7
8
9
0
@@ -0,0 +1,9 @@
0
+require 'test/unit'
0
+
0
+class FormtasticTest < Test::Unit::TestCase
0
+
0
+ def test_this_plugin
0
+ flunk
0
+ end
0
+
0
+end

Comments

  • justinfrench Sat Apr 19 16:25:01 -0700 2008

    cirginal? i think i meant virginal ;)