public
Fork of brynary/webrat
Description: Webrat - Ruby Acceptance Testing for Web applications
Homepage: http://www.brynary.com/uploads/webrat/rdoc/index.html
Clone URL: git://github.com/nicksieger/webrat.git
Search Repo:
Update manifest
brynary (author)
Mon Apr 07 16:17:55 -0700 2008
commit  6165e132b619d35dd8e912fbab1a81aea9ee88f0
tree    1dee392ae3ab88421bc16822b634698496cf4d8f
parent  7afa0f0561c833b492f3004b6ae43c8813b56f33
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
...
7
8
9
10
11
 
 
 
 
 
 
 
 
12
13
14
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
...
30
31
32
 
 
33
34
35
36
37
38
39
40
41
42
43
0
@@ -1,3 +1,26 @@
0
+.git/HEAD
0
+.git/config
0
+.git/description
0
+.git/hooks/applypatch-msg
0
+.git/hooks/commit-msg
0
+.git/hooks/post-commit
0
+.git/hooks/post-receive
0
+.git/hooks/post-update
0
+.git/hooks/pre-applypatch
0
+.git/hooks/pre-commit
0
+.git/hooks/pre-rebase
0
+.git/hooks/update
0
+.git/index
0
+.git/info/exclude
0
+.git/logs/HEAD
0
+.git/logs/refs/heads/master
0
+.git/logs/refs/remotes/origin/master
0
+.git/objects/pack/pack-3243faf8e8f6f0e226adf39a2c2e8c19c18da6c4.idx
0
+.git/objects/pack/pack-3243faf8e8f6f0e226adf39a2c2e8c19c18da6c4.pack
0
+.git/refs/heads/master
0
+.git/refs/remotes/origin/HEAD
0
+.git/refs/remotes/origin/master
0
+.gitignore
0
 History.txt
0
 MIT-LICENSE.txt
0
 Manifest.txt
0
@@ -7,8 +30,14 @@ TODO.txt
0
 init.rb
0
 install.rb
0
 lib/webrat.rb
0
-lib/webrat/rails_extensions.rb
0
-lib/webrat/session.rb
0
+lib/webrat/field.rb
0
+lib/webrat/form.rb
0
+lib/webrat/label.rb
0
+lib/webrat/link.rb
0
+lib/webrat/logging.rb
0
+lib/webrat/page.rb
0
+lib/webrat/redirect_actions.rb
0
+lib/webrat/select_option.rb
0
 test/checks_test.rb
0
 test/chooses_test.rb
0
 test/clicks_button_test.rb

Comments

    No one has commented yet.