sum 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (228) hide show
  1. data/README.markdown +10 -12
  2. data/Rakefile +6 -7
  3. data/config/externals.yml +3 -3
  4. data/config/schedule.rb +0 -1
  5. data/features/step_definitions/when.rb +3 -3
  6. data/features/support/env.rb +9 -10
  7. data/gemspec.rb +13 -14
  8. data/lib/sum.rb +8 -8
  9. data/lib/sum/helper/cron.rb +1 -1
  10. data/lib/sum/model/user.rb +3 -3
  11. data/vendor/fetcher/MIT-LICENSE +20 -0
  12. data/vendor/fetcher/README.rdoc +94 -0
  13. data/vendor/fetcher/Rakefile +30 -0
  14. data/vendor/fetcher/fetcher.gemspec +27 -0
  15. data/vendor/fetcher/gemspec.rb +17 -0
  16. data/vendor/fetcher/init.rb +0 -0
  17. data/vendor/fetcher/lib/fetcher.rb +23 -0
  18. data/vendor/fetcher/lib/fetcher/base.rb +63 -0
  19. data/vendor/fetcher/lib/fetcher/imap.rb +79 -0
  20. data/vendor/fetcher/lib/fetcher/pop.rb +50 -0
  21. data/vendor/fetcher/lib/vendor/plain_imap.rb +21 -0
  22. data/vendor/fetcher/lib/vendor/secure_pop.rb +125 -0
  23. data/vendor/fetcher/test/fetcher_test.rb +74 -0
  24. metadata +40 -241
  25. data/sum.gemspec +0 -69
  26. data/vendor/webrat/History.txt +0 -358
  27. data/vendor/webrat/MIT-LICENSE.txt +0 -19
  28. data/vendor/webrat/README.rdoc +0 -85
  29. data/vendor/webrat/Rakefile +0 -200
  30. data/vendor/webrat/install.rb +0 -1
  31. data/vendor/webrat/lib/webrat.rb +0 -31
  32. data/vendor/webrat/lib/webrat/core.rb +0 -14
  33. data/vendor/webrat/lib/webrat/core/configuration.rb +0 -102
  34. data/vendor/webrat/lib/webrat/core/elements/area.rb +0 -31
  35. data/vendor/webrat/lib/webrat/core/elements/element.rb +0 -33
  36. data/vendor/webrat/lib/webrat/core/elements/field.rb +0 -409
  37. data/vendor/webrat/lib/webrat/core/elements/form.rb +0 -103
  38. data/vendor/webrat/lib/webrat/core/elements/label.rb +0 -31
  39. data/vendor/webrat/lib/webrat/core/elements/link.rb +0 -93
  40. data/vendor/webrat/lib/webrat/core/elements/select_option.rb +0 -35
  41. data/vendor/webrat/lib/webrat/core/locators.rb +0 -20
  42. data/vendor/webrat/lib/webrat/core/locators/area_locator.rb +0 -38
  43. data/vendor/webrat/lib/webrat/core/locators/button_locator.rb +0 -54
  44. data/vendor/webrat/lib/webrat/core/locators/field_by_id_locator.rb +0 -37
  45. data/vendor/webrat/lib/webrat/core/locators/field_labeled_locator.rb +0 -56
  46. data/vendor/webrat/lib/webrat/core/locators/field_locator.rb +0 -25
  47. data/vendor/webrat/lib/webrat/core/locators/field_named_locator.rb +0 -41
  48. data/vendor/webrat/lib/webrat/core/locators/form_locator.rb +0 -19
  49. data/vendor/webrat/lib/webrat/core/locators/label_locator.rb +0 -34
  50. data/vendor/webrat/lib/webrat/core/locators/link_locator.rb +0 -74
  51. data/vendor/webrat/lib/webrat/core/locators/locator.rb +0 -20
  52. data/vendor/webrat/lib/webrat/core/locators/select_option_locator.rb +0 -59
  53. data/vendor/webrat/lib/webrat/core/logging.rb +0 -24
  54. data/vendor/webrat/lib/webrat/core/matchers.rb +0 -4
  55. data/vendor/webrat/lib/webrat/core/matchers/have_content.rb +0 -73
  56. data/vendor/webrat/lib/webrat/core/matchers/have_selector.rb +0 -74
  57. data/vendor/webrat/lib/webrat/core/matchers/have_tag.rb +0 -21
  58. data/vendor/webrat/lib/webrat/core/matchers/have_xpath.rb +0 -147
  59. data/vendor/webrat/lib/webrat/core/methods.rb +0 -63
  60. data/vendor/webrat/lib/webrat/core/mime.rb +0 -29
  61. data/vendor/webrat/lib/webrat/core/save_and_open_page.rb +0 -48
  62. data/vendor/webrat/lib/webrat/core/scope.rb +0 -350
  63. data/vendor/webrat/lib/webrat/core/session.rb +0 -299
  64. data/vendor/webrat/lib/webrat/core/xml.rb +0 -115
  65. data/vendor/webrat/lib/webrat/core/xml/hpricot.rb +0 -19
  66. data/vendor/webrat/lib/webrat/core/xml/nokogiri.rb +0 -76
  67. data/vendor/webrat/lib/webrat/core/xml/rexml.rb +0 -24
  68. data/vendor/webrat/lib/webrat/core_extensions/blank.rb +0 -58
  69. data/vendor/webrat/lib/webrat/core_extensions/deprecate.rb +0 -8
  70. data/vendor/webrat/lib/webrat/core_extensions/detect_mapped.rb +0 -12
  71. data/vendor/webrat/lib/webrat/core_extensions/meta_class.rb +0 -6
  72. data/vendor/webrat/lib/webrat/core_extensions/nil_to_param.rb +0 -5
  73. data/vendor/webrat/lib/webrat/core_extensions/tcp_socket.rb +0 -27
  74. data/vendor/webrat/lib/webrat/mechanize.rb +0 -74
  75. data/vendor/webrat/lib/webrat/merb.rb +0 -9
  76. data/vendor/webrat/lib/webrat/merb_multipart_support.rb +0 -27
  77. data/vendor/webrat/lib/webrat/merb_session.rb +0 -82
  78. data/vendor/webrat/lib/webrat/rack.rb +0 -25
  79. data/vendor/webrat/lib/webrat/rails.rb +0 -106
  80. data/vendor/webrat/lib/webrat/rspec-rails.rb +0 -10
  81. data/vendor/webrat/lib/webrat/selenium.rb +0 -81
  82. data/vendor/webrat/lib/webrat/selenium/application_server_factory.rb +0 -40
  83. data/vendor/webrat/lib/webrat/selenium/application_servers.rb +0 -5
  84. data/vendor/webrat/lib/webrat/selenium/application_servers/base.rb +0 -46
  85. data/vendor/webrat/lib/webrat/selenium/application_servers/external.rb +0 -26
  86. data/vendor/webrat/lib/webrat/selenium/application_servers/merb.rb +0 -50
  87. data/vendor/webrat/lib/webrat/selenium/application_servers/rails.rb +0 -44
  88. data/vendor/webrat/lib/webrat/selenium/application_servers/sinatra.rb +0 -37
  89. data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/button.js +0 -19
  90. data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/label.js +0 -16
  91. data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webrat.js +0 -5
  92. data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratlink.js +0 -12
  93. data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratlinkwithin.js +0 -15
  94. data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratselectwithoption.js +0 -5
  95. data/vendor/webrat/lib/webrat/selenium/matchers.rb +0 -4
  96. data/vendor/webrat/lib/webrat/selenium/matchers/have_content.rb +0 -66
  97. data/vendor/webrat/lib/webrat/selenium/matchers/have_selector.rb +0 -49
  98. data/vendor/webrat/lib/webrat/selenium/matchers/have_tag.rb +0 -72
  99. data/vendor/webrat/lib/webrat/selenium/matchers/have_xpath.rb +0 -45
  100. data/vendor/webrat/lib/webrat/selenium/selenium_extensions.js +0 -6
  101. data/vendor/webrat/lib/webrat/selenium/selenium_rc_server.rb +0 -84
  102. data/vendor/webrat/lib/webrat/selenium/selenium_session.rb +0 -248
  103. data/vendor/webrat/lib/webrat/selenium/silence_stream.rb +0 -18
  104. data/vendor/webrat/lib/webrat/sinatra.rb +0 -11
  105. data/vendor/webrat/spec/fakes/test_session.rb +0 -34
  106. data/vendor/webrat/spec/integration/merb/Rakefile +0 -35
  107. data/vendor/webrat/spec/integration/merb/app/controllers/application.rb +0 -2
  108. data/vendor/webrat/spec/integration/merb/app/controllers/exceptions.rb +0 -13
  109. data/vendor/webrat/spec/integration/merb/app/controllers/testing.rb +0 -27
  110. data/vendor/webrat/spec/integration/merb/app/views/exceptions/not_acceptable.html.erb +0 -63
  111. data/vendor/webrat/spec/integration/merb/app/views/exceptions/not_found.html.erb +0 -47
  112. data/vendor/webrat/spec/integration/merb/app/views/layout/application.html.erb +0 -12
  113. data/vendor/webrat/spec/integration/merb/app/views/testing/show_form.html.erb +0 -27
  114. data/vendor/webrat/spec/integration/merb/app/views/testing/upload.html.erb +0 -9
  115. data/vendor/webrat/spec/integration/merb/config/environments/development.rb +0 -15
  116. data/vendor/webrat/spec/integration/merb/config/environments/rake.rb +0 -11
  117. data/vendor/webrat/spec/integration/merb/config/environments/test.rb +0 -14
  118. data/vendor/webrat/spec/integration/merb/config/init.rb +0 -25
  119. data/vendor/webrat/spec/integration/merb/config/rack.rb +0 -11
  120. data/vendor/webrat/spec/integration/merb/config/router.rb +0 -34
  121. data/vendor/webrat/spec/integration/merb/spec/spec.opts +0 -1
  122. data/vendor/webrat/spec/integration/merb/spec/spec_helper.rb +0 -24
  123. data/vendor/webrat/spec/integration/merb/spec/webrat_spec.rb +0 -39
  124. data/vendor/webrat/spec/integration/merb/tasks/merb.thor/app_script.rb +0 -31
  125. data/vendor/webrat/spec/integration/merb/tasks/merb.thor/common.rb +0 -64
  126. data/vendor/webrat/spec/integration/merb/tasks/merb.thor/gem_ext.rb +0 -124
  127. data/vendor/webrat/spec/integration/merb/tasks/merb.thor/main.thor +0 -150
  128. data/vendor/webrat/spec/integration/merb/tasks/merb.thor/ops.rb +0 -93
  129. data/vendor/webrat/spec/integration/merb/tasks/merb.thor/utils.rb +0 -40
  130. data/vendor/webrat/spec/integration/rack/Rakefile +0 -5
  131. data/vendor/webrat/spec/integration/rack/app.rb +0 -73
  132. data/vendor/webrat/spec/integration/rack/test/helper.rb +0 -20
  133. data/vendor/webrat/spec/integration/rack/test/webrat_rack_test.rb +0 -62
  134. data/vendor/webrat/spec/integration/rails/Rakefile +0 -30
  135. data/vendor/webrat/spec/integration/rails/app/controllers/application.rb +0 -15
  136. data/vendor/webrat/spec/integration/rails/app/controllers/buttons_controller.rb +0 -7
  137. data/vendor/webrat/spec/integration/rails/app/controllers/fields_controller.rb +0 -4
  138. data/vendor/webrat/spec/integration/rails/app/controllers/links_controller.rb +0 -7
  139. data/vendor/webrat/spec/integration/rails/app/controllers/webrat_controller.rb +0 -43
  140. data/vendor/webrat/spec/integration/rails/app/helpers/buttons_helper.rb +0 -2
  141. data/vendor/webrat/spec/integration/rails/app/helpers/fields_helper.rb +0 -2
  142. data/vendor/webrat/spec/integration/rails/app/helpers/links_helper.rb +0 -2
  143. data/vendor/webrat/spec/integration/rails/app/views/buttons/show.html.erb +0 -11
  144. data/vendor/webrat/spec/integration/rails/app/views/fields/show.html.erb +0 -9
  145. data/vendor/webrat/spec/integration/rails/app/views/links/show.html.erb +0 -5
  146. data/vendor/webrat/spec/integration/rails/app/views/webrat/before_redirect_form.html.erb +0 -4
  147. data/vendor/webrat/spec/integration/rails/app/views/webrat/buttons.html.erb +0 -11
  148. data/vendor/webrat/spec/integration/rails/app/views/webrat/form.html.erb +0 -28
  149. data/vendor/webrat/spec/integration/rails/config/boot.rb +0 -109
  150. data/vendor/webrat/spec/integration/rails/config/environment.rb +0 -12
  151. data/vendor/webrat/spec/integration/rails/config/environments/development.rb +0 -17
  152. data/vendor/webrat/spec/integration/rails/config/environments/selenium.rb +0 -22
  153. data/vendor/webrat/spec/integration/rails/config/environments/test.rb +0 -22
  154. data/vendor/webrat/spec/integration/rails/config/initializers/inflections.rb +0 -10
  155. data/vendor/webrat/spec/integration/rails/config/initializers/mime_types.rb +0 -5
  156. data/vendor/webrat/spec/integration/rails/config/initializers/new_rails_defaults.rb +0 -17
  157. data/vendor/webrat/spec/integration/rails/config/locales/en.yml +0 -5
  158. data/vendor/webrat/spec/integration/rails/config/routes.rb +0 -18
  159. data/vendor/webrat/spec/integration/rails/public/404.html +0 -30
  160. data/vendor/webrat/spec/integration/rails/public/422.html +0 -30
  161. data/vendor/webrat/spec/integration/rails/public/500.html +0 -33
  162. data/vendor/webrat/spec/integration/rails/script/about +0 -4
  163. data/vendor/webrat/spec/integration/rails/script/console +0 -3
  164. data/vendor/webrat/spec/integration/rails/script/dbconsole +0 -3
  165. data/vendor/webrat/spec/integration/rails/script/destroy +0 -3
  166. data/vendor/webrat/spec/integration/rails/script/generate +0 -3
  167. data/vendor/webrat/spec/integration/rails/script/performance/benchmarker +0 -3
  168. data/vendor/webrat/spec/integration/rails/script/performance/profiler +0 -3
  169. data/vendor/webrat/spec/integration/rails/script/performance/request +0 -3
  170. data/vendor/webrat/spec/integration/rails/script/plugin +0 -3
  171. data/vendor/webrat/spec/integration/rails/script/process/inspector +0 -3
  172. data/vendor/webrat/spec/integration/rails/script/process/reaper +0 -3
  173. data/vendor/webrat/spec/integration/rails/script/process/spawner +0 -3
  174. data/vendor/webrat/spec/integration/rails/script/runner +0 -3
  175. data/vendor/webrat/spec/integration/rails/script/server +0 -3
  176. data/vendor/webrat/spec/integration/rails/test/integration/button_click_test.rb +0 -80
  177. data/vendor/webrat/spec/integration/rails/test/integration/fill_in_test.rb +0 -24
  178. data/vendor/webrat/spec/integration/rails/test/integration/link_click_test.rb +0 -27
  179. data/vendor/webrat/spec/integration/rails/test/integration/webrat_test.rb +0 -97
  180. data/vendor/webrat/spec/integration/rails/test/test_helper.rb +0 -25
  181. data/vendor/webrat/spec/integration/sinatra/Rakefile +0 -5
  182. data/vendor/webrat/spec/integration/sinatra/classic_app.rb +0 -64
  183. data/vendor/webrat/spec/integration/sinatra/modular_app.rb +0 -16
  184. data/vendor/webrat/spec/integration/sinatra/test/classic_app_test.rb +0 -37
  185. data/vendor/webrat/spec/integration/sinatra/test/modular_app_test.rb +0 -18
  186. data/vendor/webrat/spec/integration/sinatra/test/test_helper.rb +0 -16
  187. data/vendor/webrat/spec/private/core/configuration_spec.rb +0 -116
  188. data/vendor/webrat/spec/private/core/field_spec.rb +0 -85
  189. data/vendor/webrat/spec/private/core/link_spec.rb +0 -24
  190. data/vendor/webrat/spec/private/core/logging_spec.rb +0 -10
  191. data/vendor/webrat/spec/private/core/session_spec.rb +0 -195
  192. data/vendor/webrat/spec/private/mechanize/mechanize_session_spec.rb +0 -81
  193. data/vendor/webrat/spec/private/merb/attaches_file_spec.rb +0 -93
  194. data/vendor/webrat/spec/private/merb/merb_session_spec.rb +0 -61
  195. data/vendor/webrat/spec/private/nokogiri_spec.rb +0 -77
  196. data/vendor/webrat/spec/private/rails/attaches_file_spec.rb +0 -81
  197. data/vendor/webrat/spec/private/rails/rails_session_spec.rb +0 -112
  198. data/vendor/webrat/spec/private/selenium/application_servers/rails_spec.rb +0 -26
  199. data/vendor/webrat/spec/public/basic_auth_spec.rb +0 -24
  200. data/vendor/webrat/spec/public/check_spec.rb +0 -191
  201. data/vendor/webrat/spec/public/choose_spec.rb +0 -118
  202. data/vendor/webrat/spec/public/click_area_spec.rb +0 -106
  203. data/vendor/webrat/spec/public/click_button_spec.rb +0 -496
  204. data/vendor/webrat/spec/public/click_link_spec.rb +0 -511
  205. data/vendor/webrat/spec/public/fill_in_spec.rb +0 -209
  206. data/vendor/webrat/spec/public/locators/field_by_xpath_spec.rb +0 -19
  207. data/vendor/webrat/spec/public/locators/field_labeled_spec.rb +0 -172
  208. data/vendor/webrat/spec/public/locators/field_with_id_spec.rb +0 -16
  209. data/vendor/webrat/spec/public/matchers/contain_spec.rb +0 -114
  210. data/vendor/webrat/spec/public/matchers/have_selector_spec.rb +0 -142
  211. data/vendor/webrat/spec/public/matchers/have_tag_spec.rb +0 -39
  212. data/vendor/webrat/spec/public/matchers/have_xpath_spec.rb +0 -136
  213. data/vendor/webrat/spec/public/reload_spec.rb +0 -10
  214. data/vendor/webrat/spec/public/save_and_open_spec.rb +0 -70
  215. data/vendor/webrat/spec/public/select_date_spec.rb +0 -112
  216. data/vendor/webrat/spec/public/select_datetime_spec.rb +0 -137
  217. data/vendor/webrat/spec/public/select_spec.rb +0 -249
  218. data/vendor/webrat/spec/public/select_time_spec.rb +0 -100
  219. data/vendor/webrat/spec/public/selenium/application_server_factory_spec.rb +0 -49
  220. data/vendor/webrat/spec/public/selenium/application_servers/external_spec.rb +0 -12
  221. data/vendor/webrat/spec/public/selenium/selenium_session_spec.rb +0 -37
  222. data/vendor/webrat/spec/public/set_hidden_field_spec.rb +0 -5
  223. data/vendor/webrat/spec/public/submit_form_spec.rb +0 -5
  224. data/vendor/webrat/spec/public/visit_spec.rb +0 -58
  225. data/vendor/webrat/spec/public/within_spec.rb +0 -177
  226. data/vendor/webrat/spec/rcov.opts +0 -1
  227. data/vendor/webrat/spec/spec.opts +0 -2
  228. data/vendor/webrat/spec/spec_helper.rb +0 -50
@@ -1,511 +0,0 @@
1
- require File.expand_path(File.dirname(__FILE__) + "/../spec_helper")
2
-
3
- describe "click_link" do
4
- it "should click links with ampertands" do
5
- with_html <<-HTML
6
- <html>
7
- <a href="/page">Save &amp; go back</a>
8
- </html>
9
- HTML
10
- webrat_session.should_receive(:get).with("/page", {})
11
- click_link "Save & go back"
12
- end
13
-
14
- it "should use get by default" do
15
- with_html <<-HTML
16
- <html>
17
- <a href="/page">Link text</a>
18
- </html>
19
- HTML
20
- webrat_session.should_receive(:get).with("/page", {})
21
- click_link "Link text"
22
- end
23
-
24
- it "should click get links" do
25
- with_html <<-HTML
26
- <html>
27
- <a href="/page">Link text</a>
28
- </html>
29
- HTML
30
- webrat_session.should_receive(:get).with("/page", {})
31
- click_link "Link text", :method => :get
32
- end
33
-
34
- it "should click link on substring" do
35
- with_html <<-HTML
36
- <html>
37
- <a href="/page">Link text</a>
38
- </html>
39
- HTML
40
- webrat_session.should_receive(:get).with("/page", {})
41
- click_link "ink tex", :method => :get
42
- end
43
-
44
- it "should click delete links" do
45
- with_html <<-HTML
46
- <html>
47
- <a href="/page">Link text</a>
48
- </html>
49
- HTML
50
- webrat_session.should_receive(:delete).with("/page", {})
51
- click_link "Link text", :method => :delete
52
- end
53
-
54
-
55
- it "should click post links" do
56
- with_html <<-HTML
57
- <html>
58
- <a href="/page">Link text</a>
59
- </html>
60
- HTML
61
- webrat_session.should_receive(:post).with("/page", {})
62
- click_link "Link text", :method => :post
63
- end
64
-
65
- it "should click put links" do
66
- with_html <<-HTML
67
- <html>
68
- <a href="/page">Link text</a>
69
- </html>
70
- HTML
71
- webrat_session.should_receive(:put).with("/page", {})
72
- click_link "Link text", :method => :put
73
- end
74
-
75
- it "should click links by regexp" do
76
- with_html <<-HTML
77
- <html>
78
- <a href="/page">Link text</a>
79
- </html>
80
- HTML
81
- webrat_session.should_receive(:get).with("/page", {})
82
- click_link /link [a-z]/i
83
- end
84
-
85
- it "should click links by id" do
86
- with_html <<-HTML
87
- <html>
88
- <a id="link_text_link" href="/page">Link text</a>
89
- </html>
90
- HTML
91
- webrat_session.should_receive(:get).with("/page", {})
92
- click_link "link_text_link"
93
- end
94
-
95
- it "should click links by id regexp" do
96
- with_html <<-HTML
97
- <html>
98
- <a id="link_text_link" href="/page">Link text</a>
99
- </html>
100
- HTML
101
- webrat_session.should_receive(:get).with("/page", {})
102
- click_link /_text_/
103
- end
104
-
105
- it "should click links by title" do
106
- with_html <<-HTML
107
- <html>
108
- <a title="piddle" href="/page">Link text</a>
109
- </html>
110
- HTML
111
- webrat_session.should_receive(:get).with("/page", {})
112
- click_link 'piddle'
113
- end
114
-
115
- it "should click links by title regex" do
116
- with_html <<-HTML
117
- <html>
118
- <a title="piddlediddle" href="/page">Link text</a>
119
- </html>
120
- HTML
121
- webrat_session.should_receive(:get).with("/page", {})
122
- click_link /iddle/
123
- end
124
-
125
-
126
- it "should click rails javascript links with authenticity tokens" do
127
- with_html <<-HTML
128
- <html>
129
- <a href="/posts" onclick="var f = document.createElement('form');
130
- f.style.display = 'none';
131
- this.parentNode.appendChild(f);
132
- f.method = 'POST';
133
- f.action = this.href;
134
- var s = document.createElement('input');
135
- s.setAttribute('type', 'hidden');
136
- s.setAttribute('name', 'authenticity_token');
137
- s.setAttribute('value', 'aa79cb354597a60a3786e7e291ed4f74d77d3a62');
138
- f.appendChild(s);
139
- f.submit();
140
- return false;">Posts</a>
141
- </html>
142
- HTML
143
- webrat_session.should_receive(:post).with("/posts", "authenticity_token" => "aa79cb354597a60a3786e7e291ed4f74d77d3a62")
144
- click_link "Posts"
145
- end
146
-
147
- it "should click rails javascript delete links" do
148
- with_html <<-HTML
149
- <html>
150
- <a href="/posts/1" onclick="var f = document.createElement('form');
151
- f.style.display = 'none';
152
- this.parentNode.appendChild(f);
153
- f.method = 'POST';
154
- f.action = this.href;
155
- var m = document.createElement('input');
156
- m.setAttribute('type', 'hidden');
157
- m.setAttribute('name', '_method');
158
- m.setAttribute('value', 'delete');
159
- f.appendChild(m);
160
- f.submit();
161
- return false;">Delete</a>
162
- </html>
163
- HTML
164
- webrat_session.should_receive(:delete).with("/posts/1", {})
165
- click_link "Delete"
166
- end
167
-
168
- it "should click rails javascript post links" do
169
- with_html <<-HTML
170
- <html>
171
- <a href="/posts" onclick="var f = document.createElement('form');
172
- f.style.display = 'none';
173
- this.parentNode.appendChild(f);
174
- f.method = 'POST';
175
- f.action = this.href;
176
- f.submit();
177
- return false;">Posts</a>
178
- </html>
179
- HTML
180
- webrat_session.should_receive(:post).with("/posts", {})
181
- click_link "Posts"
182
- end
183
-
184
- it "should click rails javascript post links without javascript" do
185
- with_html <<-HTML
186
- <html>
187
- <a href="/posts" onclick="var f = document.createElement('form');
188
- f.style.display = 'none';
189
- this.parentNode.appendChild(f);
190
- f.method = 'POST';
191
- f.action = this.href;
192
- f.submit();
193
- return false;">Posts</a>
194
- </html>
195
- HTML
196
- webrat_session.should_receive(:get).with("/posts", {})
197
- click_link "Posts", :javascript => false
198
- end
199
-
200
- it "should click rails javascript post links" do
201
- with_html <<-HTML
202
- <html>
203
- <a href="/posts" onclick="var f = document.createElement('form');
204
- f.style.display = 'none';
205
- this.parentNode.appendChild(f);
206
- f.method = 'POST';
207
- f.action = this.href;
208
- var m = document.createElement('input');
209
- m.setAttribute('type', 'hidden');
210
- m.setAttribute('name', '_method');
211
- m.setAttribute('value', 'post');
212
- f.appendChild(m);
213
- f.submit();
214
- return false;">Post</a></h2>
215
- </html>
216
- HTML
217
- webrat_session.should_receive(:post).with("/posts", {})
218
- click_link "Post"
219
- end
220
-
221
- it "should click rails javascript put links" do
222
- with_html <<-HTML
223
- <html>
224
- <a href="/posts" onclick="var f = document.createElement('form');
225
- f.style.display = 'none';
226
- this.parentNode.appendChild(f);
227
- f.method = 'POST';
228
- f.action = this.href;
229
- var m = document.createElement('input');
230
- m.setAttribute('type', 'hidden');
231
- m.setAttribute('name', '_method');
232
- m.setAttribute('value', 'put');
233
- f.appendChild(m);
234
- f.submit();
235
- return false;">Put</a></h2>
236
- </html>
237
- HTML
238
- webrat_session.should_receive(:put).with("/posts", {})
239
- click_link "Put"
240
- end
241
-
242
- it "should fail if the javascript link doesn't have a value for the _method input" do
243
- with_html <<-HTML
244
- <html>
245
- <a href="/posts/1" onclick="var f = document.createElement('form');
246
- f.style.display = 'none';
247
- this.parentNode.appendChild(f);
248
- f.method = 'POST';
249
- f.action = this.href;
250
- var m = document.createElement('input');
251
- m.setAttribute('type', 'hidden');
252
- m.setAttribute('name', '_method');
253
- f.appendChild(m);
254
- f.submit();
255
- return false;">Link</a>
256
- </html>
257
- HTML
258
-
259
- lambda {
260
- click_link "Link"
261
- }.should raise_error(Webrat::WebratError)
262
- end
263
-
264
- it "should assert valid response" do
265
- with_html <<-HTML
266
- <html>
267
- <a href="/page">Link text</a>
268
- </html>
269
- HTML
270
- webrat_session.response_code = 501
271
- lambda { click_link "Link text" }.should raise_error(Webrat::PageLoadError)
272
- end
273
-
274
- [200, 300, 400, 499].each do |status|
275
- it "should consider the #{status} status code as success" do
276
- with_html <<-HTML
277
- <html>
278
- <a href="/page">Link text</a>
279
- </html>
280
- HTML
281
- webrat_session.stub!(:redirect? => false)
282
- webrat_session.response_code = status
283
- lambda { click_link "Link text" }.should_not raise_error
284
- end
285
- end
286
-
287
- it "should fail is the link doesn't exist" do
288
- with_html <<-HTML
289
- <html>
290
- <a href="/page">Link text</a>
291
- </html>
292
- HTML
293
-
294
- lambda {
295
- click_link "Missing link"
296
- }.should raise_error(Webrat::NotFoundError)
297
- end
298
-
299
- it "should not be case sensitive" do
300
- with_html <<-HTML
301
- <html>
302
- <a href="/page">Link text</a>
303
- </html>
304
- HTML
305
- webrat_session.should_receive(:get).with("/page", {})
306
- click_link "LINK TEXT"
307
- end
308
-
309
- it "should match link substrings" do
310
- with_html <<-HTML
311
- <html>
312
- <a href="/page">This is some cool link text, isn't it?</a>
313
- </html>
314
- HTML
315
- webrat_session.should_receive(:get).with("/page", {})
316
- click_link "Link text"
317
- end
318
-
319
- it "should work with elements in the link" do
320
- with_html <<-HTML
321
- <html>
322
- <a href="/page"><span>Link text</span></a>
323
- </html>
324
- HTML
325
- webrat_session.should_receive(:get).with("/page", {})
326
- click_link "Link text"
327
- end
328
-
329
- it "should match the first matching link" do
330
- with_html <<-HTML
331
- <html>
332
- <a href="/page1">Link text</a>
333
- <a href="/page2">Link text</a>
334
- </html>
335
- HTML
336
- webrat_session.should_receive(:get).with("/page1", {})
337
- click_link "Link text"
338
- end
339
-
340
- it "should choose the shortest link text match" do
341
- with_html <<-HTML
342
- <html>
343
- <a href="/page1">Linkerama</a>
344
- <a href="/page2">Link</a>
345
- </html>
346
- HTML
347
-
348
- webrat_session.should_receive(:get).with("/page2", {})
349
- click_link "Link"
350
- end
351
-
352
- it "should treat non-breaking spaces as spaces" do
353
- with_html <<-HTML
354
- <html>
355
- <a href="/page1">This&nbsp;is&nbsp;a&nbsp;link</a>
356
- </html>
357
- HTML
358
-
359
- webrat_session.should_receive(:get).with("/page1", {})
360
- click_link "This is a link"
361
- end
362
-
363
- it "should not match on non-text contents" do
364
- pending "needs fix" do
365
- with_html <<-HTML
366
- <html>
367
- <a href="/page1"><span class="location">My house</span></a>
368
- <a href="/page2">Location</a>
369
- </html>
370
- HTML
371
-
372
- webrat_session.should_receive(:get).with("/page2", {})
373
- click_link "Location"
374
- end
375
- end
376
-
377
- it "should click link within a selector" do
378
- with_html <<-HTML
379
- <html>
380
- <a href="/page1">Link</a>
381
- <div id="container">
382
- <a href="/page2">Link</a>
383
- </div>
384
- </html>
385
- HTML
386
-
387
- webrat_session.should_receive(:get).with("/page2", {})
388
- click_link_within "#container", "Link"
389
- end
390
-
391
- it "should not make request when link is local anchor" do
392
- with_html <<-HTML
393
- <html>
394
- <a href="#section-1">Jump to Section 1</a>
395
- </html>
396
- HTML
397
- # Don't know why webrat_session.should_receive(:get).never doesn't work here
398
- webrat_session.should_receive(:send).with('get_via_redirect', '#section-1', {}).never
399
- click_link "Jump to Section 1"
400
- end
401
-
402
- it "should follow relative links" do
403
- webrat_session.stub!(:current_url => "/page")
404
- with_html <<-HTML
405
- <html>
406
- <a href="sub">Jump to sub page</a>
407
- </html>
408
- HTML
409
- webrat_session.should_receive(:get).with("/page/sub", {})
410
- click_link "Jump to sub page"
411
- end
412
-
413
- it "should follow fully qualified local links" do
414
- webrat_session.stub!(:current_url => "/page")
415
- with_html <<-HTML
416
- <html>
417
- <a href="http://subdomain.example.com/page/sub">Jump to sub page</a>
418
- </html>
419
- HTML
420
- webrat_session.should_receive(:get).with("http://subdomain.example.com/page/sub", {})
421
- click_link "Jump to sub page"
422
- end
423
-
424
- it "should follow fully qualified local links to example.com" do
425
- with_html <<-HTML
426
- <html>
427
- <a href="http://www.example.com/page/sub">Jump to sub page</a>
428
- </html>
429
- HTML
430
- webrat_session.should_receive(:get).with("http://www.example.com/page/sub", {})
431
- click_link "Jump to sub page"
432
- end
433
-
434
- it "should follow query parameters" do
435
- webrat_session.stub!(:current_url => "/page")
436
- with_html <<-HTML
437
- <html>
438
- <a href="?foo=bar">Jump to foo bar</a>
439
- </html>
440
- HTML
441
- webrat_session.should_receive(:get).with("/page?foo=bar", {})
442
- click_link "Jump to foo bar"
443
- end
444
-
445
- it "should matches_text? on regexp" do
446
- pending "need to update these"
447
- link = Webrat::Link.new(webrat_session, nil)
448
- link.should_receive(:text).and_return(@link_text_with_nbsp)
449
- link.matches_text?(/link/i).should == 0
450
- end
451
-
452
- it "should matches_text? on link_text" do
453
- pending "need to update these"
454
- link = Webrat::Link.new(webrat_session, nil)
455
- link.should_receive(:text).and_return(@link_text_with_nbsp)
456
- link.matches_text?("Link Text").should == 0
457
- end
458
-
459
- it "should matches_text? on substring" do
460
- pending "need to update these"
461
- link = Webrat::Link.new(webrat_session, nil)
462
- link.should_receive(:text).and_return(@link_text_with_nbsp)
463
- link.matches_text?("nk Te").should_not be_nil
464
- end
465
-
466
- it "should not matches_text? on link_text case insensitive" do
467
- pending "need to update these"
468
- link = Webrat::Link.new(webrat_session, nil)
469
- link.should_receive(:text).and_return(@link_text_with_nbsp)
470
- link.should_receive(:inner_html).and_return('Link&nbsp;Text')
471
- link.should_receive(:title).and_return(nil)
472
- link.matches_text?("link_text").should == false
473
- end
474
-
475
- it "should match text not include &nbsp;" do
476
- pending "need to update these"
477
- link = Webrat::Link.new(webrat_session, nil)
478
- link.should_receive(:text).and_return('LinkText')
479
- link.matches_text?("LinkText").should == 0
480
- end
481
-
482
- it "should not matches_text? on wrong text" do
483
- pending "need to update these"
484
- link = Webrat::Link.new(webrat_session, nil)
485
- nbsp = [0xA0].pack("U")
486
- link.should_receive(:text).and_return("Some"+nbsp+"Other"+nbsp+"Link")
487
- link.should_receive(:inner_html).and_return("Some&nbsp;Other&nbsp;Link")
488
- link.should_receive(:title).and_return(nil)
489
- link.matches_text?("Link Text").should == false
490
- end
491
-
492
- it "should match text including character reference" do
493
- pending "need to update these"
494
- no_ko_gi_ri = [0x30CE,0x30B3,0x30AE,0x30EA]
495
- nokogiri_ja_kana = no_ko_gi_ri.pack("U*")
496
- nokogiri_char_ref = no_ko_gi_ri.map{|c| "&#x%X;" % c }.join("")
497
-
498
- link = Webrat::Link.new(webrat_session, nil)
499
- link.should_receive(:text).and_return(nokogiri_ja_kana)
500
- link.matches_text?(nokogiri_ja_kana).should == 0
501
- end
502
-
503
- it "should match img link" do
504
- pending "need to update these"
505
- link = Webrat::Link.new(webrat_session, nil)
506
- link.should_receive(:text).and_return('')
507
- link.should_receive(:inner_html).and_return('<img src="logo.png" />')
508
- link.matches_text?('logo.png').should == 10
509
- end
510
-
511
- end