integrity 0.1.9 → 0.1.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (199) hide show
  1. data/Rakefile +57 -31
  2. data/config/heroku/.gems +4 -0
  3. data/config/heroku/Rakefile +6 -0
  4. data/config/heroku/config.ru +7 -0
  5. data/config/heroku/integrity-config.rb +11 -0
  6. data/integrity.gemspec +123 -0
  7. data/lib/integrity.rb +7 -14
  8. data/lib/integrity/installer.rb +45 -35
  9. data/lib/integrity/notifier/test.rb +59 -0
  10. data/lib/integrity/notifier/test/fixtures.rb +108 -0
  11. data/lib/integrity/notifier/test/hpricot_matcher.rb +38 -0
  12. data/test/acceptance/build_notifications_test.rb +2 -2
  13. data/test/acceptance/installer_test.rb +25 -7
  14. data/test/helpers.rb +1 -1
  15. data/test/helpers/acceptance.rb +1 -4
  16. data/test/helpers/fixtures.rb +0 -22
  17. data/test/unit/notifier/test_test.rb +29 -0
  18. data/test/unit/project_builder_test.rb +4 -1
  19. data/vendor/sinatra-ditties/README.rdoc +3 -0
  20. data/vendor/sinatra-ditties/lib/sinatra/ditties.rb +12 -0
  21. data/vendor/sinatra-ditties/lib/sinatra/ditties/authorization.rb +61 -0
  22. data/vendor/sinatra-ditties/lib/sinatra/ditties/mailer.rb +146 -0
  23. metadata +79 -318
  24. data/VERSION.yml +0 -4
  25. data/config/config.ru +0 -29
  26. data/config/config.yml +0 -34
  27. data/lib/integrity/notifier/test_helpers.rb +0 -100
  28. data/vendor/webrat/History.txt +0 -306
  29. data/vendor/webrat/MIT-LICENSE.txt +0 -19
  30. data/vendor/webrat/README.rdoc +0 -85
  31. data/vendor/webrat/Rakefile +0 -151
  32. data/vendor/webrat/install.rb +0 -1
  33. data/vendor/webrat/lib/webrat.rb +0 -34
  34. data/vendor/webrat/lib/webrat/core.rb +0 -14
  35. data/vendor/webrat/lib/webrat/core/configuration.rb +0 -98
  36. data/vendor/webrat/lib/webrat/core/elements/area.rb +0 -31
  37. data/vendor/webrat/lib/webrat/core/elements/element.rb +0 -33
  38. data/vendor/webrat/lib/webrat/core/elements/field.rb +0 -403
  39. data/vendor/webrat/lib/webrat/core/elements/form.rb +0 -103
  40. data/vendor/webrat/lib/webrat/core/elements/label.rb +0 -31
  41. data/vendor/webrat/lib/webrat/core/elements/link.rb +0 -90
  42. data/vendor/webrat/lib/webrat/core/elements/select_option.rb +0 -35
  43. data/vendor/webrat/lib/webrat/core/locators.rb +0 -20
  44. data/vendor/webrat/lib/webrat/core/locators/area_locator.rb +0 -38
  45. data/vendor/webrat/lib/webrat/core/locators/button_locator.rb +0 -54
  46. data/vendor/webrat/lib/webrat/core/locators/field_by_id_locator.rb +0 -37
  47. data/vendor/webrat/lib/webrat/core/locators/field_labeled_locator.rb +0 -56
  48. data/vendor/webrat/lib/webrat/core/locators/field_locator.rb +0 -25
  49. data/vendor/webrat/lib/webrat/core/locators/field_named_locator.rb +0 -41
  50. data/vendor/webrat/lib/webrat/core/locators/form_locator.rb +0 -19
  51. data/vendor/webrat/lib/webrat/core/locators/label_locator.rb +0 -34
  52. data/vendor/webrat/lib/webrat/core/locators/link_locator.rb +0 -66
  53. data/vendor/webrat/lib/webrat/core/locators/locator.rb +0 -20
  54. data/vendor/webrat/lib/webrat/core/locators/select_option_locator.rb +0 -59
  55. data/vendor/webrat/lib/webrat/core/logging.rb +0 -21
  56. data/vendor/webrat/lib/webrat/core/matchers.rb +0 -4
  57. data/vendor/webrat/lib/webrat/core/matchers/have_content.rb +0 -73
  58. data/vendor/webrat/lib/webrat/core/matchers/have_selector.rb +0 -74
  59. data/vendor/webrat/lib/webrat/core/matchers/have_tag.rb +0 -21
  60. data/vendor/webrat/lib/webrat/core/matchers/have_xpath.rb +0 -147
  61. data/vendor/webrat/lib/webrat/core/methods.rb +0 -61
  62. data/vendor/webrat/lib/webrat/core/mime.rb +0 -29
  63. data/vendor/webrat/lib/webrat/core/save_and_open_page.rb +0 -50
  64. data/vendor/webrat/lib/webrat/core/scope.rb +0 -350
  65. data/vendor/webrat/lib/webrat/core/session.rb +0 -281
  66. data/vendor/webrat/lib/webrat/core/xml.rb +0 -115
  67. data/vendor/webrat/lib/webrat/core/xml/hpricot.rb +0 -19
  68. data/vendor/webrat/lib/webrat/core/xml/nokogiri.rb +0 -76
  69. data/vendor/webrat/lib/webrat/core/xml/rexml.rb +0 -24
  70. data/vendor/webrat/lib/webrat/core_extensions/blank.rb +0 -58
  71. data/vendor/webrat/lib/webrat/core_extensions/deprecate.rb +0 -8
  72. data/vendor/webrat/lib/webrat/core_extensions/detect_mapped.rb +0 -12
  73. data/vendor/webrat/lib/webrat/core_extensions/meta_class.rb +0 -6
  74. data/vendor/webrat/lib/webrat/core_extensions/nil_to_param.rb +0 -5
  75. data/vendor/webrat/lib/webrat/mechanize.rb +0 -74
  76. data/vendor/webrat/lib/webrat/merb.rb +0 -9
  77. data/vendor/webrat/lib/webrat/merb_session.rb +0 -65
  78. data/vendor/webrat/lib/webrat/rack.rb +0 -24
  79. data/vendor/webrat/lib/webrat/rails.rb +0 -105
  80. data/vendor/webrat/lib/webrat/rspec-rails.rb +0 -13
  81. data/vendor/webrat/lib/webrat/selenium.rb +0 -154
  82. data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/button.js +0 -12
  83. data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/label.js +0 -16
  84. data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webrat.js +0 -5
  85. data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratlink.js +0 -9
  86. data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratlinkwithin.js +0 -15
  87. data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratselectwithoption.js +0 -5
  88. data/vendor/webrat/lib/webrat/selenium/matchers.rb +0 -4
  89. data/vendor/webrat/lib/webrat/selenium/matchers/have_content.rb +0 -66
  90. data/vendor/webrat/lib/webrat/selenium/matchers/have_selector.rb +0 -49
  91. data/vendor/webrat/lib/webrat/selenium/matchers/have_tag.rb +0 -72
  92. data/vendor/webrat/lib/webrat/selenium/matchers/have_xpath.rb +0 -45
  93. data/vendor/webrat/lib/webrat/selenium/selenium_extensions.js +0 -6
  94. data/vendor/webrat/lib/webrat/selenium/selenium_session.rb +0 -247
  95. data/vendor/webrat/lib/webrat/sinatra.rb +0 -44
  96. data/vendor/webrat/spec/fakes/test_session.rb +0 -34
  97. data/vendor/webrat/spec/integration/merb/Rakefile +0 -35
  98. data/vendor/webrat/spec/integration/merb/app/controllers/application.rb +0 -2
  99. data/vendor/webrat/spec/integration/merb/app/controllers/exceptions.rb +0 -13
  100. data/vendor/webrat/spec/integration/merb/app/controllers/testing.rb +0 -18
  101. data/vendor/webrat/spec/integration/merb/app/views/exceptions/not_acceptable.html.erb +0 -63
  102. data/vendor/webrat/spec/integration/merb/app/views/exceptions/not_found.html.erb +0 -47
  103. data/vendor/webrat/spec/integration/merb/app/views/layout/application.html.erb +0 -12
  104. data/vendor/webrat/spec/integration/merb/app/views/testing/show_form.html.erb +0 -27
  105. data/vendor/webrat/spec/integration/merb/config/environments/development.rb +0 -15
  106. data/vendor/webrat/spec/integration/merb/config/environments/rake.rb +0 -11
  107. data/vendor/webrat/spec/integration/merb/config/environments/test.rb +0 -14
  108. data/vendor/webrat/spec/integration/merb/config/init.rb +0 -25
  109. data/vendor/webrat/spec/integration/merb/config/rack.rb +0 -11
  110. data/vendor/webrat/spec/integration/merb/config/router.rb +0 -33
  111. data/vendor/webrat/spec/integration/merb/spec/spec.opts +0 -1
  112. data/vendor/webrat/spec/integration/merb/spec/spec_helper.rb +0 -24
  113. data/vendor/webrat/spec/integration/merb/spec/webrat_spec.rb +0 -32
  114. data/vendor/webrat/spec/integration/merb/tasks/merb.thor/app_script.rb +0 -31
  115. data/vendor/webrat/spec/integration/merb/tasks/merb.thor/common.rb +0 -64
  116. data/vendor/webrat/spec/integration/merb/tasks/merb.thor/gem_ext.rb +0 -124
  117. data/vendor/webrat/spec/integration/merb/tasks/merb.thor/main.thor +0 -150
  118. data/vendor/webrat/spec/integration/merb/tasks/merb.thor/ops.rb +0 -93
  119. data/vendor/webrat/spec/integration/merb/tasks/merb.thor/utils.rb +0 -40
  120. data/vendor/webrat/spec/integration/rails/Rakefile +0 -30
  121. data/vendor/webrat/spec/integration/rails/app/controllers/application.rb +0 -15
  122. data/vendor/webrat/spec/integration/rails/app/controllers/webrat_controller.rb +0 -39
  123. data/vendor/webrat/spec/integration/rails/app/views/webrat/before_redirect_form.html.erb +0 -4
  124. data/vendor/webrat/spec/integration/rails/app/views/webrat/form.html.erb +0 -28
  125. data/vendor/webrat/spec/integration/rails/config/boot.rb +0 -109
  126. data/vendor/webrat/spec/integration/rails/config/environment.rb +0 -12
  127. data/vendor/webrat/spec/integration/rails/config/environments/development.rb +0 -17
  128. data/vendor/webrat/spec/integration/rails/config/environments/selenium.rb +0 -22
  129. data/vendor/webrat/spec/integration/rails/config/environments/test.rb +0 -22
  130. data/vendor/webrat/spec/integration/rails/config/initializers/inflections.rb +0 -10
  131. data/vendor/webrat/spec/integration/rails/config/initializers/mime_types.rb +0 -5
  132. data/vendor/webrat/spec/integration/rails/config/initializers/new_rails_defaults.rb +0 -17
  133. data/vendor/webrat/spec/integration/rails/config/locales/en.yml +0 -5
  134. data/vendor/webrat/spec/integration/rails/config/routes.rb +0 -14
  135. data/vendor/webrat/spec/integration/rails/public/404.html +0 -30
  136. data/vendor/webrat/spec/integration/rails/public/422.html +0 -30
  137. data/vendor/webrat/spec/integration/rails/public/500.html +0 -33
  138. data/vendor/webrat/spec/integration/rails/script/about +0 -4
  139. data/vendor/webrat/spec/integration/rails/script/console +0 -3
  140. data/vendor/webrat/spec/integration/rails/script/dbconsole +0 -3
  141. data/vendor/webrat/spec/integration/rails/script/destroy +0 -3
  142. data/vendor/webrat/spec/integration/rails/script/generate +0 -3
  143. data/vendor/webrat/spec/integration/rails/script/performance/benchmarker +0 -3
  144. data/vendor/webrat/spec/integration/rails/script/performance/profiler +0 -3
  145. data/vendor/webrat/spec/integration/rails/script/performance/request +0 -3
  146. data/vendor/webrat/spec/integration/rails/script/plugin +0 -3
  147. data/vendor/webrat/spec/integration/rails/script/process/inspector +0 -3
  148. data/vendor/webrat/spec/integration/rails/script/process/reaper +0 -3
  149. data/vendor/webrat/spec/integration/rails/script/process/spawner +0 -3
  150. data/vendor/webrat/spec/integration/rails/script/runner +0 -3
  151. data/vendor/webrat/spec/integration/rails/script/server +0 -3
  152. data/vendor/webrat/spec/integration/rails/test/integration/webrat_test.rb +0 -80
  153. data/vendor/webrat/spec/integration/rails/test/test_helper.rb +0 -25
  154. data/vendor/webrat/spec/integration/sinatra/Rakefile +0 -5
  155. data/vendor/webrat/spec/integration/sinatra/classic_app.rb +0 -64
  156. data/vendor/webrat/spec/integration/sinatra/modular_app.rb +0 -16
  157. data/vendor/webrat/spec/integration/sinatra/test/classic_app_test.rb +0 -37
  158. data/vendor/webrat/spec/integration/sinatra/test/modular_app_test.rb +0 -18
  159. data/vendor/webrat/spec/integration/sinatra/test/test_helper.rb +0 -16
  160. data/vendor/webrat/spec/private/core/configuration_spec.rb +0 -104
  161. data/vendor/webrat/spec/private/core/field_spec.rb +0 -67
  162. data/vendor/webrat/spec/private/core/link_spec.rb +0 -24
  163. data/vendor/webrat/spec/private/core/logging_spec.rb +0 -10
  164. data/vendor/webrat/spec/private/core/session_spec.rb +0 -198
  165. data/vendor/webrat/spec/private/mechanize/mechanize_session_spec.rb +0 -81
  166. data/vendor/webrat/spec/private/merb/merb_session_spec.rb +0 -42
  167. data/vendor/webrat/spec/private/nokogiri_spec.rb +0 -77
  168. data/vendor/webrat/spec/private/rails/attaches_file_spec.rb +0 -81
  169. data/vendor/webrat/spec/private/rails/rails_session_spec.rb +0 -110
  170. data/vendor/webrat/spec/private/selenium/selenium_session_spec.rb +0 -44
  171. data/vendor/webrat/spec/private/selenium/selenium_spec.rb +0 -109
  172. data/vendor/webrat/spec/public/basic_auth_spec.rb +0 -24
  173. data/vendor/webrat/spec/public/check_spec.rb +0 -191
  174. data/vendor/webrat/spec/public/choose_spec.rb +0 -118
  175. data/vendor/webrat/spec/public/click_area_spec.rb +0 -106
  176. data/vendor/webrat/spec/public/click_button_spec.rb +0 -502
  177. data/vendor/webrat/spec/public/click_link_spec.rb +0 -469
  178. data/vendor/webrat/spec/public/fill_in_spec.rb +0 -209
  179. data/vendor/webrat/spec/public/locators/field_by_xpath_spec.rb +0 -19
  180. data/vendor/webrat/spec/public/locators/field_labeled_spec.rb +0 -157
  181. data/vendor/webrat/spec/public/locators/field_with_id_spec.rb +0 -16
  182. data/vendor/webrat/spec/public/matchers/contain_spec.rb +0 -114
  183. data/vendor/webrat/spec/public/matchers/have_selector_spec.rb +0 -135
  184. data/vendor/webrat/spec/public/matchers/have_tag_spec.rb +0 -39
  185. data/vendor/webrat/spec/public/matchers/have_xpath_spec.rb +0 -123
  186. data/vendor/webrat/spec/public/reload_spec.rb +0 -10
  187. data/vendor/webrat/spec/public/save_and_open_spec.rb +0 -51
  188. data/vendor/webrat/spec/public/select_date_spec.rb +0 -88
  189. data/vendor/webrat/spec/public/select_datetime_spec.rb +0 -106
  190. data/vendor/webrat/spec/public/select_spec.rb +0 -246
  191. data/vendor/webrat/spec/public/select_time_spec.rb +0 -79
  192. data/vendor/webrat/spec/public/set_hidden_field_spec.rb +0 -5
  193. data/vendor/webrat/spec/public/submit_form_spec.rb +0 -5
  194. data/vendor/webrat/spec/public/visit_spec.rb +0 -58
  195. data/vendor/webrat/spec/public/within_spec.rb +0 -177
  196. data/vendor/webrat/spec/rcov.opts +0 -1
  197. data/vendor/webrat/spec/spec.opts +0 -2
  198. data/vendor/webrat/spec/spec_helper.rb +0 -50
  199. data/vendor/webrat/vendor/selenium-server.jar +0 -0
@@ -1,135 +0,0 @@
1
- require File.expand_path(File.dirname(__FILE__) + "/../../spec_helper")
2
-
3
- describe "have_selector" do
4
- include Webrat::Matchers
5
-
6
- before(:each) do
7
- @body = <<-HTML
8
- <div id='main'>
9
- <div class='inner'>hello, world!</div>
10
- <h2>Welcome "Bryan"</h2>
11
- <h3>Welcome 'Bryan'</h3>
12
- <h4>Welcome 'Bryan"</h4>
13
- <ul>
14
- <li>First</li>
15
- <li>Second</li>
16
- </ul>
17
- </div>
18
- HTML
19
- end
20
-
21
- it "should be able to match a CSS selector" do
22
- @body.should have_selector("div")
23
- end
24
-
25
- it "should not match a CSS selector that does not exist" do
26
- @body.should_not have_selector("p")
27
- end
28
-
29
- describe "specifying attributes" do
30
- it "should be able to specify the attributes of the tag" do
31
- @body.should have_selector("div", :class => "inner")
32
- end
33
- end
34
-
35
- describe "specifying content" do
36
- it "should be able to specify the content of the tag" do
37
- @body.should have_selector("div", :content => "hello, world!")
38
- end
39
-
40
- it "should be able to specify the content of the tag with double quotes in it" do
41
- @body.should have_selector("h2", :content => 'Welcome "Bryan"')
42
- end
43
-
44
- it "should be able to specify the content of the tag with single quotes in it" do
45
- @body.should have_selector("h3", :content => "Welcome 'Bryan'")
46
- end
47
-
48
- it "should be able to specify the content of the tag with both kinds of quotes" do
49
- @body.should have_selector("h4", :content => "Welcome 'Bryan\"")
50
- end
51
- end
52
-
53
- describe "specifying counts" do
54
- it "should be able to specify the number of occurences of the tag" do
55
- @body.should have_selector("li", :count => 2)
56
- end
57
-
58
- it "should not match if the count is wrong" do
59
- lambda {
60
- @body.should have_selector("li", :count => 3)
61
- }.should raise_error(Spec::Expectations::ExpectationNotMetError)
62
- end
63
- end
64
-
65
- describe "specifying nested elements" do
66
- it "should be able to loop over all the matched elements" do
67
- @body.should have_selector("div") do |node|
68
- node.first.name.should == "div"
69
- end
70
- end
71
-
72
- it "should not match of any of the matchers in the block fail" do
73
- lambda {
74
- @body.should have_selector("div") do |node|
75
- node.first.name.should == "p"
76
- end
77
- }.should raise_error(Spec::Expectations::ExpectationNotMetError)
78
- end
79
-
80
- it "should be able to use #have_selector in the block" do
81
- @body.should have_selector("#main") do |node|
82
- node.should have_selector(".inner")
83
- end
84
- end
85
-
86
- it "should not match any parent tags in the block" do
87
- lambda {
88
- @body.should have_selector(".inner") do |node|
89
- node.should have_selector("#main")
90
- end
91
- }.should raise_error(Spec::Expectations::ExpectationNotMetError)
92
- end
93
-
94
- it "should work with items that have multiple child nodes" do
95
- @body.should have_selector("ul") do |n|
96
- n.should have_selector("li", :content => "First")
97
- n.should have_selector("li", :content => "Second")
98
- end
99
- end
100
- end
101
-
102
- describe "Test::Unit assertions" do
103
- include Test::Unit::Assertions
104
-
105
- before(:each) do
106
- require 'test/unit'
107
- should_receive(:response_body).and_return @body
108
- end
109
-
110
- describe "assert_have_selector" do
111
- it "should pass when body contains the selection" do
112
- assert_have_selector("div")
113
- end
114
-
115
- it "should throw an exception when the body doesnt have matching selection" do
116
- lambda {
117
- assert_have_selector("p")
118
- }.should raise_error(Test::Unit::AssertionFailedError)
119
- end
120
- end
121
-
122
- describe "assert_have_not_selector" do
123
- it "should pass when the body doesn't contan the selection" do
124
- assert_have_no_selector("p")
125
- end
126
-
127
- it "should throw an exception when the body does contain the selection" do
128
- lambda {
129
- assert_have_no_selector("div")
130
- }.should raise_error(Test::Unit::AssertionFailedError)
131
- end
132
- end
133
- end
134
-
135
- end
@@ -1,39 +0,0 @@
1
- require File.expand_path(File.dirname(__FILE__) + "/../../spec_helper")
2
-
3
- describe "have_tag" do
4
- include Webrat::Matchers
5
- include Webrat::HaveTagMatcher
6
-
7
- before(:each) do
8
- @body = <<-HTML
9
- <div id='main'>
10
- <div class='inner'>hello, world!</div>
11
- </div>
12
- HTML
13
- end
14
-
15
- it "should be an alias for have_selector" do
16
- @body.should have_tag("div")
17
- end
18
-
19
- describe "asserts for tags" do
20
- include Test::Unit::Assertions
21
-
22
- before(:each) do
23
- should_receive(:response_body).and_return @body
24
- require 'test/unit'
25
- end
26
-
27
- describe "assert_have_tag" do
28
- it "should be an alias for assert_have_selector" do
29
- assert_have_tag("div")
30
- end
31
- end
32
-
33
- describe "assert_have_no_tag" do
34
- it "should be an alias for assert_have_no_selector" do
35
- assert_have_no_tag("p")
36
- end
37
- end
38
- end
39
- end
@@ -1,123 +0,0 @@
1
- require File.expand_path(File.dirname(__FILE__) + "/../../spec_helper")
2
-
3
- describe "have_xpath" do
4
- include Webrat::Matchers
5
-
6
- before(:each) do
7
- @body = <<-HTML
8
- <div id='main'>
9
- <div class='inner'>hello, world!</div>
10
- <h2>Welcome "Bryan"</h2>
11
- <h3>Welcome 'Bryan'</h3>
12
- <h4>Welcome 'Bryan"</h4>
13
- <ul>
14
- <li>First</li>
15
- <li>Second</li>
16
- </ul>
17
- </div>
18
- HTML
19
- end
20
-
21
- it "should be able to match an XPATH" do
22
- @body.should have_xpath("//div")
23
- end
24
-
25
- it "should be able to match an XPATH with attributes" do
26
- @body.should have_xpath("//div", :class => "inner")
27
- end
28
-
29
- it "should be able to match an XPATH with content" do
30
- @body.should have_xpath("//div", :content => "hello, world!")
31
- end
32
-
33
- it "should not match an XPATH without content" do
34
- @body.should_not have_xpath("//div", :content => "not present")
35
- end
36
-
37
- it "should be able to match an XPATH with content and class" do
38
- @body.should have_xpath("//div", :class => "inner", :content => "hello, world!")
39
- end
40
-
41
- it "should not match an XPATH with content and wrong class" do
42
- @body.should_not have_xpath("//div", :class => "outer", :content => "hello, world!")
43
- end
44
-
45
- it "should not match an XPATH with wrong content and class" do
46
- @body.should_not have_xpath("//div", :class => "inner", :content => "wrong")
47
- end
48
-
49
- it "should not match an XPATH with wrong content and wrong class" do
50
- @body.should_not have_xpath("//div", :class => "outer", :content => "wrong")
51
- end
52
-
53
- it "should not match a XPATH that does not exist" do
54
- @body.should_not have_xpath("//p")
55
- end
56
-
57
- it "should be able to loop over all the matched elements" do
58
- @body.should have_xpath("//div") do |node|
59
- node.first.name.should == "div"
60
- end
61
- end
62
-
63
- it "should not match if any of the matchers in the block fail" do
64
- lambda {
65
- @body.should have_xpath("//div") do |node|
66
- node.first.name.should == "p"
67
- end
68
- }.should raise_error(Spec::Expectations::ExpectationNotMetError)
69
- end
70
-
71
- it "should be able to use #have_xpath in the block" do
72
- @body.should have_xpath("//div[@id='main']") do |node|
73
- node.should have_xpath("./div[@class='inner']")
74
- end
75
- end
76
-
77
- it "should convert absolute paths to relative in the block" do
78
- @body.should have_xpath("//div[@id='main']") do |node|
79
- node.should have_xpath("//div[@class='inner']")
80
- end
81
- end
82
-
83
- it "should not match any parent tags in the block" do
84
- lambda {
85
- @body.should have_xpath("//div[@class='inner']") do |node|
86
- node.should have_xpath("//div[@id='main']")
87
- end
88
- }.should raise_error(Spec::Expectations::ExpectationNotMetError)
89
- end
90
-
91
- describe 'asserts for xpath' do
92
- include Test::Unit::Assertions
93
-
94
- before(:each) do
95
- should_receive(:response_body).and_return @body
96
- require 'test/unit'
97
- end
98
-
99
- describe "assert_have_xpath" do
100
- it "should pass when body contains the selection" do
101
- assert_have_xpath("//div")
102
- end
103
-
104
- it "should throw an exception when the body doesnt have matching xpath" do
105
- lambda {
106
- assert_have_xpath("//p")
107
- }.should raise_error(Test::Unit::AssertionFailedError)
108
- end
109
- end
110
-
111
- describe "assert_have_no_xpath" do
112
- it "should pass when the body doesn't contan the xpath" do
113
- assert_have_no_xpath("//p")
114
- end
115
-
116
- it "should throw an exception when the body does contain the xpath" do
117
- lambda {
118
- assert_have_no_xpath("//div")
119
- }.should raise_error(Test::Unit::AssertionFailedError)
120
- end
121
- end
122
- end
123
- end
@@ -1,10 +0,0 @@
1
- require File.expand_path(File.dirname(__FILE__) + "/../spec_helper")
2
-
3
- describe "reloads" do
4
- it "should reload the page with http referer" do
5
- webrat_session.should_receive(:get).with("/", {})
6
- webrat_session.should_receive(:get).with("/", {}, {"HTTP_REFERER"=>"/"})
7
- visit("/")
8
- reload
9
- end
10
- end
@@ -1,51 +0,0 @@
1
- require File.expand_path(File.dirname(__FILE__) + "/../spec_helper")
2
-
3
- describe "save_and_open_page" do
4
- before do
5
- with_html <<-HTML
6
- <html>
7
- <head>
8
- <link href="/stylesheets/foo.css" media="screen" rel="stylesheet" type="text/css" />
9
- </head>
10
- <body>
11
- <h1>Hello world</h1>
12
- <img src="/images/bar.png" />
13
- </body>
14
- </html>
15
- HTML
16
-
17
- File.stub!(:exist? => true)
18
- Time.stub!(:now => 1234)
19
- webrat_session.stub!(:open_in_browser)
20
-
21
- @file_handle = mock("file handle")
22
- File.stub!(:open).with(filename, 'w').and_yield(@file_handle)
23
- @file_handle.stub!(:write)
24
- end
25
-
26
- it "should rewrite css rules" do
27
- @file_handle.should_receive(:write) do |html|
28
- html.should =~ %r|#{webrat_session.doc_root}/stylesheets/foo.css|s
29
- end
30
-
31
- save_and_open_page
32
- end
33
-
34
- it "should rewrite image paths" do
35
- @file_handle.should_receive(:write) do |html|
36
- html.should =~ %r|#{webrat_session.doc_root}/images/bar.png|s
37
- end
38
-
39
- save_and_open_page
40
- end
41
-
42
- it "should open the temp file in a browser" do
43
- webrat_session.should_receive(:open_in_browser).with(filename)
44
- save_and_open_page
45
- end
46
-
47
- def filename
48
- File.expand_path("./webrat-#{Time.now}.html")
49
- end
50
-
51
- end
@@ -1,88 +0,0 @@
1
- require File.expand_path(File.dirname(__FILE__) + "/../spec_helper")
2
-
3
- describe "select_date" do
4
- it "should send the values for each individual date component" do
5
- with_html <<-HTML
6
- <html>
7
- <form action="/appointments" method="post">
8
- <label for="appointment_date">Date</label><br />
9
- <select id="appointment_date_1i" name="appointment[date(1i)]">
10
- <option value="2003">2003</option>
11
- </select>
12
- <select id="appointment_date_2i" name="appointment[date(2i)]">
13
- <option value="12">December</option>
14
- </select>
15
- <select id="appointment_date_3i" name="appointment[date(3i)]">
16
- <option value="25">25</option>
17
- </select>
18
- <input type="submit" />
19
- </form>
20
- </html>
21
- HTML
22
- webrat_session.should_receive(:post).with("/appointments",
23
- "appointment" => {"date(1i)" => '2003', "date(2i)" => "12", "date(3i)" => "25"})
24
- select_date "December 25, 2003", :from => "Date"
25
- click_button
26
- end
27
-
28
- it "should accept a date object" do
29
- with_html <<-HTML
30
- <html>
31
- <form action="/appointments" method="post">
32
- <label for="appointment_date">date</label><br />
33
- <select id="appointment_date_1i" name="appointment[date(1i)]">
34
- <option value="2003">2003</option>
35
- </select>
36
- <select id="appointment_date_2i" name="appointment[date(2i)]">
37
- <option value="12">December</option>
38
- </select>
39
- <select id="appointment_date_3i" name="appointment[date(3i)]">
40
- <option value="25">25</option>
41
- </select>
42
- <input type="submit" />
43
- </form>
44
- </html>
45
- HTML
46
- webrat_session.should_receive(:post).with("/appointments",
47
- "appointment" => {"date(1i)" => '2003', "date(2i)" => "12", "date(3i)" => "25"})
48
- select_date Date.parse("December 25, 2003"), :from => "date"
49
- click_button
50
- end
51
-
52
- it "should work when no label is specified" do
53
- with_html <<-HTML
54
- <html>
55
- <form action="/appointments" method="post">
56
- <select id="appointment_date_1i" name="appointment[date(1i)]">
57
- <option value="2003">2003</option>
58
- </select>
59
- <select id="appointment_date_2i" name="appointment[date(2i)]">
60
- <option value="12">December</option>
61
- </select>
62
- <select id="appointment_date_3i" name="appointment[date(3i)]">
63
- <option value="25">25</option>
64
- </select>
65
- <input type="submit" />
66
- </form>
67
- </html>
68
- HTML
69
- webrat_session.should_receive(:post).with("/appointments",
70
- "appointment" => {"date(1i)" => '2003', "date(2i)" => "12", "date(3i)" => "25"})
71
- select_date "December 25, 2003"
72
- click_button
73
- end
74
-
75
- it "should fail if the specified label is not found" do
76
- with_html <<-HTML
77
- <html>
78
- <form method="post" action="/appointments">
79
- <select name="month"><option>January</option></select>
80
- <input type="submit" />
81
- </form>
82
- </html>
83
- HTML
84
-
85
- lambda { select_date "December 25, 2003", :from => "date" }.should raise_error(Webrat::NotFoundError)
86
- end
87
-
88
- end