elabs_matchers 1.0.1 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/doc/ElabsMatchers.html +143 -144
  4. data/doc/ElabsMatchers/Helpers.html +40 -40
  5. data/doc/ElabsMatchers/Helpers/Fixtures.html +46 -46
  6. data/doc/ElabsMatchers/Helpers/NormalizeKeys.html +45 -45
  7. data/doc/ElabsMatchers/Helpers/ReloadRecord.html +45 -45
  8. data/doc/ElabsMatchers/Helpers/SelectYearAndMonth.html +48 -48
  9. data/doc/ElabsMatchers/Matchers.html +42 -42
  10. data/doc/ElabsMatchers/Matchers/BeValidWith.html +229 -0
  11. data/doc/ElabsMatchers/Matchers/{Allow/AllowMatcher.html → BeValidWith/BeValidWithMatcher.html} +150 -85
  12. data/doc/ElabsMatchers/Matchers/ContainHash.html +51 -51
  13. data/doc/ElabsMatchers/Matchers/ContainHash/ContainHashMatcher.html +80 -67
  14. data/doc/ElabsMatchers/Matchers/HaveAttribute.html +49 -49
  15. data/doc/ElabsMatchers/Matchers/HaveAttribute/HaveAttributeMatcher.html +108 -95
  16. data/doc/ElabsMatchers/Matchers/HaveFields.html +50 -50
  17. data/doc/ElabsMatchers/Matchers/HaveFields/HaveFieldsMatcher.html +103 -90
  18. data/doc/ElabsMatchers/Matchers/HaveFlash.html +57 -57
  19. data/doc/ElabsMatchers/Matchers/HaveFlash/HaveFlashMatcher.html +108 -95
  20. data/doc/ElabsMatchers/Matchers/HaveFormErrorsOn.html +49 -49
  21. data/doc/ElabsMatchers/Matchers/HaveFormErrorsOn/HaveFormErrorsOnMatcher.html +110 -97
  22. data/doc/ElabsMatchers/Matchers/HaveHeader.html +49 -49
  23. data/doc/ElabsMatchers/Matchers/HaveHeader/HaveHeaderMatcher.html +103 -90
  24. data/doc/ElabsMatchers/Matchers/HaveImage.html +49 -49
  25. data/doc/ElabsMatchers/Matchers/HaveImage/HaveImageMatcher.html +104 -91
  26. data/doc/ElabsMatchers/Matchers/OnlyInclude.html +50 -50
  27. data/doc/ElabsMatchers/Matchers/OnlyInclude/OnlyIncludeMatcher.html +79 -66
  28. data/doc/ElabsMatchers/Matchers/Persist.html +49 -49
  29. data/doc/ElabsMatchers/Matchers/Persist/PersistMatcher.html +134 -69
  30. data/doc/_index.html +35 -52
  31. data/doc/class_list.html +25 -27
  32. data/doc/css/full_list.css +32 -31
  33. data/doc/css/style.css +262 -91
  34. data/doc/file.README.html +91 -87
  35. data/doc/file_list.html +27 -26
  36. data/doc/frames.html +10 -21
  37. data/doc/index.html +91 -87
  38. data/doc/js/app.js +106 -72
  39. data/doc/js/full_list.js +170 -127
  40. data/doc/method_list.html +456 -505
  41. data/doc/top-level-namespace.html +36 -38
  42. data/elabs_matchers.gemspec +2 -2
  43. data/history.txt +5 -0
  44. data/lib/elabs_matchers.rb +0 -1
  45. data/lib/elabs_matchers/helpers/normalize_keys.rb +1 -1
  46. data/lib/elabs_matchers/helpers/select_year_and_month.rb +1 -0
  47. data/lib/elabs_matchers/matchers/have_attribute.rb +1 -0
  48. data/lib/elabs_matchers/matchers/have_fields.rb +1 -0
  49. data/lib/elabs_matchers/matchers/have_flash.rb +1 -0
  50. data/lib/elabs_matchers/matchers/have_form_errors_on.rb +1 -0
  51. data/lib/elabs_matchers/matchers/have_header.rb +1 -0
  52. data/lib/elabs_matchers/matchers/have_image.rb +1 -0
  53. data/lib/elabs_matchers/matchers/persist.rb +4 -0
  54. data/lib/elabs_matchers/version.rb +1 -1
  55. data/spec/elabs_matchers/matchers/persist_spec.rb +1 -1
  56. data/spec/spec_helper.rb +2 -5
  57. metadata +7 -28
  58. data/doc/Cucumber.html +0 -116
  59. data/doc/ElabsMatchers/Cucumber.html +0 -108
  60. data/doc/ElabsMatchers/Cucumber/Common.html +0 -145
  61. data/doc/ElabsMatchers/Helpers/Capybara.html +0 -241
  62. data/doc/ElabsMatchers/Helpers/Common.html +0 -213
  63. data/doc/ElabsMatchers/Helpers/Orm.html +0 -289
  64. data/doc/ElabsMatchers/Helpers/Session.html +0 -497
  65. data/doc/ElabsMatchers/Matchers/Allow.html +0 -229
  66. data/doc/ElabsMatchers/Matchers/Capybara.html +0 -108
  67. data/doc/ElabsMatchers/Matchers/Capybara/Common.html +0 -1159
  68. data/doc/ElabsMatchers/Matchers/HaveTableRow.html +0 -236
  69. data/doc/ElabsMatchers/Matchers/HaveTableRow/HaveTableRowMatcher.html +0 -654
  70. data/doc/ElabsMatchers/Matchers/Rspec.html +0 -110
  71. data/doc/ElabsMatchers/Matchers/Rspec/Allow.html +0 -98
  72. data/doc/ElabsMatchers/Matchers/Rspec/Common.html +0 -332
  73. data/doc/ElabsMatchers/Matchers/Rspec/Orm.html +0 -231
  74. data/doc/ElabsMatchers/Orm.html +0 -108
  75. data/doc/ElabsMatchers/Orm/Post.html +0 -1041
  76. data/lib/elabs_matchers/matchers/have_table_row.rb +0 -126
  77. data/spec/elabs_matchers/matchers/have_table_row_spec.rb +0 -119
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: babb4de279694d9b065bf7391d4be9f5b9478fa1
4
- data.tar.gz: 5bce300a8b34b629bda36d5c3206ebfe8f549766
3
+ metadata.gz: ea9a74fa4f2ca64a3012cfc9a346b1e777d33d06
4
+ data.tar.gz: d121cad77df6dbb96f2f62db863f78ebf9a66018
5
5
  SHA512:
6
- metadata.gz: 857672bcf1c77e2092bc3403fe256ec46ebf6e7c12b06bae65b9d66918825d09e83c101b4c86fa60ccb9d240cda08eb7dd831a16369930a615f5a56898ad9ba4
7
- data.tar.gz: f54b341185295c4870670217001042ba2c2278056c5f70869ffeaf827426f0bbad911172cf0fb4afe520b99d9f5dae7d45c7968cd052eb4095e02213dda975fe
6
+ metadata.gz: ea7c889c95d905c3d4aeade51a8fc31aded76c1cb184d4ed5e8304a06e1dfa4eb6675b327cf7a9c1a5ff26863c58bd1d0605ef6b860fdb18dbf2eab95361bb7a
7
+ data.tar.gz: 22d264bc8501ed5723c050d8437696e0cc8699a440909eeab00521405877b34c3824857d6fb37a67608bd02505357f5a83706f407100b59246a45b03ba8bf05b
data/README.md CHANGED
@@ -10,9 +10,7 @@ It is important to know that this gem aims to extend rspec / capybara with more
10
10
  makes any of elabs matchers' matchers obsolete they will be deprecated and removed from elabs matchers.
11
11
 
12
12
  Below follows a list of matchers that the gem bundles. To get documentation about each matcher the source code is
13
- your bast friend at this point.
14
-
15
- The gem's api should be consider subject to change on any level until version 1.0
13
+ your best friend at this point.
16
14
 
17
15
  ## Setup
18
16
 
@@ -44,7 +42,7 @@ page.should have_form_errors_on("Name", "Can't be blank")
44
42
  page.should have_header("Elabs")
45
43
  page.should have_image("Logo")
46
44
  page.should have_fields("Author" => "Adam", "Year" => "2011")
47
- page.should have_table_row("Posts", "Title" => "First", :year => "2012")
45
+ page.should have_table_row("Posts", "Title" => "First", :year => "2012") # Moved to https://github.com/jnicklas/capybara_table
48
46
  page.should have_attribute("Status", "Pending")
49
47
  ```
50
48
 
@@ -1,23 +1,22 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
7
  Module: ElabsMatchers
8
8
 
9
- &mdash; Documentation by YARD 0.8.2.1
9
+ &mdash; Documentation by YARD 0.9.12
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
- hasFrames = window.top.frames.main ? true : false;
18
+ pathId = "ElabsMatchers";
19
19
  relpath = '';
20
- framesUrl = "frames.html#!" + escape(window.location.href);
21
20
  </script>
22
21
 
23
22
 
@@ -28,63 +27,63 @@
28
27
 
29
28
  </head>
30
29
  <body>
31
- <div id="header">
32
- <div id="menu">
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
33
38
 
34
39
  <a href="_index.html">Index (E)</a> &raquo;
35
40
 
36
41
 
37
42
  <span class="title">ElabsMatchers</span>
38
43
 
39
-
40
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
44
  </div>
42
45
 
43
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  href="class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="file_list.html">
57
- File List
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
58
56
  </a>
59
57
 
60
58
  </div>
61
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
65
-
66
- <div id="content"><h1>Module: ElabsMatchers
62
+ <div id="content"><h1>Module: ElabsMatchers
67
63
 
68
64
 
69
65
 
70
66
  </h1>
67
+ <div class="box_info">
68
+
71
69
 
72
- <dl class="box">
73
70
 
74
71
 
75
-
76
72
 
77
-
78
73
 
79
74
 
75
+
76
+
77
+
80
78
 
81
- <dt class="r1 last">Defined in:</dt>
82
- <dd class="r1 last">lib/elabs_matchers.rb<span class="defines">,<br />
83
- lib/elabs_matchers/version.rb,<br /> lib/elabs_matchers/matchers/allow.rb,<br /> lib/elabs_matchers/matchers/persist.rb,<br /> lib/elabs_matchers/helpers/fixtures.rb,<br /> lib/elabs_matchers/matchers/have_flash.rb,<br /> lib/elabs_matchers/matchers/have_image.rb,<br /> lib/elabs_matchers/matchers/have_fields.rb,<br /> lib/elabs_matchers/matchers/have_header.rb,<br /> lib/elabs_matchers/helpers/reload_record.rb,<br /> lib/elabs_matchers/matchers/only_include.rb,<br /> lib/elabs_matchers/matchers/contain_hash.rb,<br /> lib/elabs_matchers/helpers/normalize_keys.rb,<br /> lib/elabs_matchers/matchers/have_attribute.rb,<br /> lib/elabs_matchers/matchers/have_table_row.rb,<br /> lib/elabs_matchers/matchers/have_form_errors_on.rb,<br /> lib/elabs_matchers/helpers/select_year_and_month.rb</span>
79
+ <dl>
80
+ <dt>Defined in:</dt>
81
+ <dd>lib/elabs_matchers.rb<span class="defines">,<br />
82
+ lib/elabs_matchers/version.rb,<br /> lib/elabs_matchers/helpers/fixtures.rb,<br /> lib/elabs_matchers/matchers/persist.rb,<br /> lib/elabs_matchers/matchers/have_flash.rb,<br /> lib/elabs_matchers/matchers/have_image.rb,<br /> lib/elabs_matchers/matchers/have_fields.rb,<br /> lib/elabs_matchers/matchers/have_header.rb,<br /> lib/elabs_matchers/helpers/reload_record.rb,<br /> lib/elabs_matchers/matchers/contain_hash.rb,<br /> lib/elabs_matchers/matchers/only_include.rb,<br /> lib/elabs_matchers/helpers/normalize_keys.rb,<br /> lib/elabs_matchers/matchers/be_valid_with.rb,<br /> lib/elabs_matchers/matchers/have_attribute.rb,<br /> lib/elabs_matchers/matchers/have_form_errors_on.rb,<br /> lib/elabs_matchers/helpers/select_year_and_month.rb</span>
84
83
  </dd>
84
+ </dl>
85
85
 
86
- </dl>
87
- <div class="clear"></div>
86
+ </div>
88
87
 
89
88
  <h2>Defined Under Namespace</h2>
90
89
  <p class="children">
@@ -98,27 +97,25 @@
98
97
  </p>
99
98
 
100
99
  <h2>Constant Summary</h2>
101
-
102
- <dl class="constants">
103
-
104
- <dt id="VERSION-constant" class="">VERSION =
105
-
106
- </dt>
107
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>0.0.3</span><span class='tstring_end'>&quot;</span></span></pre></dd>
108
-
109
- </dl>
110
-
100
+ <dl class="constants">
101
+
102
+ <dt id="VERSION-constant" class="">VERSION =
103
+
104
+ </dt>
105
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>2.0.0</span><span class='tstring_end'>&quot;</span></span></pre></dd>
106
+
107
+ </dl>
111
108
 
112
109
 
113
110
 
114
111
 
115
- <h2>Class Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
112
+ <h2>Class Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
116
113
  <ul class="summary">
117
114
 
118
115
  <li class="public ">
119
116
  <span class="summary_signature">
120
117
 
121
- <a href="#attribute_selector-class_method" title="attribute_selector (class method)">+ (Object) <strong>attribute_selector</strong> </a>
118
+ <a href="#attribute_selector-class_method" title="attribute_selector (class method)">.<strong>attribute_selector</strong> &#x21d2; Object </a>
122
119
 
123
120
 
124
121
 
@@ -145,7 +142,7 @@
145
142
  <li class="public ">
146
143
  <span class="summary_signature">
147
144
 
148
- <a href="#attribute_selector_type-class_method" title="attribute_selector_type (class method)">+ (Object) <strong>attribute_selector_type</strong> </a>
145
+ <a href="#attribute_selector_type-class_method" title="attribute_selector_type (class method)">.<strong>attribute_selector_type</strong> &#x21d2; Object </a>
149
146
 
150
147
 
151
148
 
@@ -172,7 +169,7 @@
172
169
  <li class="public ">
173
170
  <span class="summary_signature">
174
171
 
175
- <a href="#flash_alert_selector-class_method" title="flash_alert_selector (class method)">+ (Object) <strong>flash_alert_selector</strong> </a>
172
+ <a href="#flash_alert_selector-class_method" title="flash_alert_selector (class method)">.<strong>flash_alert_selector</strong> &#x21d2; Object </a>
176
173
 
177
174
 
178
175
 
@@ -199,7 +196,7 @@
199
196
  <li class="public ">
200
197
  <span class="summary_signature">
201
198
 
202
- <a href="#flash_alert_selector_type-class_method" title="flash_alert_selector_type (class method)">+ (Object) <strong>flash_alert_selector_type</strong> </a>
199
+ <a href="#flash_alert_selector_type-class_method" title="flash_alert_selector_type (class method)">.<strong>flash_alert_selector_type</strong> &#x21d2; Object </a>
203
200
 
204
201
 
205
202
 
@@ -226,7 +223,7 @@
226
223
  <li class="public ">
227
224
  <span class="summary_signature">
228
225
 
229
- <a href="#flash_notice_selector-class_method" title="flash_notice_selector (class method)">+ (Object) <strong>flash_notice_selector</strong> </a>
226
+ <a href="#flash_notice_selector-class_method" title="flash_notice_selector (class method)">.<strong>flash_notice_selector</strong> &#x21d2; Object </a>
230
227
 
231
228
 
232
229
 
@@ -253,7 +250,7 @@
253
250
  <li class="public ">
254
251
  <span class="summary_signature">
255
252
 
256
- <a href="#flash_notice_selector_type-class_method" title="flash_notice_selector_type (class method)">+ (Object) <strong>flash_notice_selector_type</strong> </a>
253
+ <a href="#flash_notice_selector_type-class_method" title="flash_notice_selector_type (class method)">.<strong>flash_notice_selector_type</strong> &#x21d2; Object </a>
257
254
 
258
255
 
259
256
 
@@ -280,7 +277,7 @@
280
277
  <li class="public ">
281
278
  <span class="summary_signature">
282
279
 
283
- <a href="#form_errors_on_selector-class_method" title="form_errors_on_selector (class method)">+ (Object) <strong>form_errors_on_selector</strong> </a>
280
+ <a href="#form_errors_on_selector-class_method" title="form_errors_on_selector (class method)">.<strong>form_errors_on_selector</strong> &#x21d2; Object </a>
284
281
 
285
282
 
286
283
 
@@ -307,7 +304,7 @@
307
304
  <li class="public ">
308
305
  <span class="summary_signature">
309
306
 
310
- <a href="#header_selector-class_method" title="header_selector (class method)">+ (Object) <strong>header_selector</strong> </a>
307
+ <a href="#header_selector-class_method" title="header_selector (class method)">.<strong>header_selector</strong> &#x21d2; Object </a>
311
308
 
312
309
 
313
310
 
@@ -334,7 +331,7 @@
334
331
  <li class="public ">
335
332
  <span class="summary_signature">
336
333
 
337
- <a href="#header_selector_type-class_method" title="header_selector_type (class method)">+ (Object) <strong>header_selector_type</strong> </a>
334
+ <a href="#header_selector_type-class_method" title="header_selector_type (class method)">.<strong>header_selector_type</strong> &#x21d2; Object </a>
338
335
 
339
336
 
340
337
 
@@ -361,7 +358,7 @@
361
358
  <li class="public ">
362
359
  <span class="summary_signature">
363
360
 
364
- <a href="#image_selector-class_method" title="image_selector (class method)">+ (Object) <strong>image_selector</strong> </a>
361
+ <a href="#image_selector-class_method" title="image_selector (class method)">.<strong>image_selector</strong> &#x21d2; Object </a>
365
362
 
366
363
 
367
364
 
@@ -388,7 +385,7 @@
388
385
  <li class="public ">
389
386
  <span class="summary_signature">
390
387
 
391
- <a href="#image_selector_type-class_method" title="image_selector_type (class method)">+ (Object) <strong>image_selector_type</strong> </a>
388
+ <a href="#image_selector_type-class_method" title="image_selector_type (class method)">.<strong>image_selector_type</strong> &#x21d2; Object </a>
392
389
 
393
390
 
394
391
 
@@ -415,7 +412,7 @@
415
412
  <li class="public ">
416
413
  <span class="summary_signature">
417
414
 
418
- <a href="#table_row_selector-class_method" title="table_row_selector (class method)">+ (Object) <strong>table_row_selector</strong> </a>
415
+ <a href="#table_row_selector-class_method" title="table_row_selector (class method)">.<strong>table_row_selector</strong> &#x21d2; Object </a>
419
416
 
420
417
 
421
418
 
@@ -447,7 +444,7 @@
447
444
 
448
445
  <h2>
449
446
  Class Method Summary
450
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
447
+ <small><a href="#" class="summary_toggle">collapse</a></small>
451
448
  </h2>
452
449
 
453
450
  <ul class="summary">
@@ -455,7 +452,7 @@
455
452
  <li class="public ">
456
453
  <span class="summary_signature">
457
454
 
458
- <a href="#configure-class_method" title="configure (class method)">+ (Object) <strong>configure</strong> {|_self| ... }</a>
455
+ <a href="#configure-class_method" title="configure (class method)">.<strong>configure</strong> {|_self| ... } &#x21d2; Object </a>
459
456
 
460
457
 
461
458
 
@@ -479,7 +476,7 @@
479
476
  <li class="public ">
480
477
  <span class="summary_signature">
481
478
 
482
- <a href="#use_default_configuration%21-class_method" title="use_default_configuration! (class method)">+ (Object) <strong>use_default_configuration!</strong> </a>
479
+ <a href="#use_default_configuration!-class_method" title="use_default_configuration! (class method)">.<strong>use_default_configuration!</strong> &#x21d2; Object </a>
483
480
 
484
481
 
485
482
 
@@ -512,7 +509,7 @@
512
509
  <div class="method_details first">
513
510
  <h3 class="signature first" id="attribute_selector-class_method">
514
511
 
515
- + (<tt>Object</tt>) <strong>attribute_selector</strong>
512
+ .<strong>attribute_selector</strong> &#x21d2; <tt>Object</tt>
516
513
 
517
514
 
518
515
 
@@ -535,12 +532,12 @@
535
532
  <pre class="lines">
536
533
 
537
534
 
535
+ 29
538
536
  30
539
- 31
540
- 32</pre>
537
+ 31</pre>
541
538
  </td>
542
539
  <td>
543
- <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 30</span>
540
+ <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 29</span>
544
541
 
545
542
  <span class='kw'>def</span> <span class='id identifier rubyid_attribute_selector'>attribute_selector</span>
546
543
  <span class='ivar'>@attribute_selector</span>
@@ -555,7 +552,7 @@
555
552
  <div class="method_details ">
556
553
  <h3 class="signature " id="attribute_selector_type-class_method">
557
554
 
558
- + (<tt>Object</tt>) <strong>attribute_selector_type</strong>
555
+ .<strong>attribute_selector_type</strong> &#x21d2; <tt>Object</tt>
559
556
 
560
557
 
561
558
 
@@ -578,12 +575,12 @@
578
575
  <pre class="lines">
579
576
 
580
577
 
578
+ 29
581
579
  30
582
- 31
583
- 32</pre>
580
+ 31</pre>
584
581
  </td>
585
582
  <td>
586
- <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 30</span>
583
+ <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 29</span>
587
584
 
588
585
  <span class='kw'>def</span> <span class='id identifier rubyid_attribute_selector_type'>attribute_selector_type</span>
589
586
  <span class='ivar'>@attribute_selector_type</span>
@@ -598,7 +595,7 @@
598
595
  <div class="method_details ">
599
596
  <h3 class="signature " id="flash_alert_selector-class_method">
600
597
 
601
- + (<tt>Object</tt>) <strong>flash_alert_selector</strong>
598
+ .<strong>flash_alert_selector</strong> &#x21d2; <tt>Object</tt>
602
599
 
603
600
 
604
601
 
@@ -621,12 +618,12 @@
621
618
  <pre class="lines">
622
619
 
623
620
 
621
+ 30
624
622
  31
625
- 32
626
- 33</pre>
623
+ 32</pre>
627
624
  </td>
628
625
  <td>
629
- <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 31</span>
626
+ <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 30</span>
630
627
 
631
628
  <span class='kw'>def</span> <span class='id identifier rubyid_flash_alert_selector'>flash_alert_selector</span>
632
629
  <span class='ivar'>@flash_alert_selector</span>
@@ -641,7 +638,7 @@
641
638
  <div class="method_details ">
642
639
  <h3 class="signature " id="flash_alert_selector_type-class_method">
643
640
 
644
- + (<tt>Object</tt>) <strong>flash_alert_selector_type</strong>
641
+ .<strong>flash_alert_selector_type</strong> &#x21d2; <tt>Object</tt>
645
642
 
646
643
 
647
644
 
@@ -664,12 +661,12 @@
664
661
  <pre class="lines">
665
662
 
666
663
 
664
+ 30
667
665
  31
668
- 32
669
- 33</pre>
666
+ 32</pre>
670
667
  </td>
671
668
  <td>
672
- <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 31</span>
669
+ <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 30</span>
673
670
 
674
671
  <span class='kw'>def</span> <span class='id identifier rubyid_flash_alert_selector_type'>flash_alert_selector_type</span>
675
672
  <span class='ivar'>@flash_alert_selector_type</span>
@@ -684,7 +681,7 @@
684
681
  <div class="method_details ">
685
682
  <h3 class="signature " id="flash_notice_selector-class_method">
686
683
 
687
- + (<tt>Object</tt>) <strong>flash_notice_selector</strong>
684
+ .<strong>flash_notice_selector</strong> &#x21d2; <tt>Object</tt>
688
685
 
689
686
 
690
687
 
@@ -707,12 +704,12 @@
707
704
  <pre class="lines">
708
705
 
709
706
 
707
+ 30
710
708
  31
711
- 32
712
- 33</pre>
709
+ 32</pre>
713
710
  </td>
714
711
  <td>
715
- <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 31</span>
712
+ <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 30</span>
716
713
 
717
714
  <span class='kw'>def</span> <span class='id identifier rubyid_flash_notice_selector'>flash_notice_selector</span>
718
715
  <span class='ivar'>@flash_notice_selector</span>
@@ -727,7 +724,7 @@
727
724
  <div class="method_details ">
728
725
  <h3 class="signature " id="flash_notice_selector_type-class_method">
729
726
 
730
- + (<tt>Object</tt>) <strong>flash_notice_selector_type</strong>
727
+ .<strong>flash_notice_selector_type</strong> &#x21d2; <tt>Object</tt>
731
728
 
732
729
 
733
730
 
@@ -750,12 +747,12 @@
750
747
  <pre class="lines">
751
748
 
752
749
 
750
+ 30
753
751
  31
754
- 32
755
- 33</pre>
752
+ 32</pre>
756
753
  </td>
757
754
  <td>
758
- <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 31</span>
755
+ <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 30</span>
759
756
 
760
757
  <span class='kw'>def</span> <span class='id identifier rubyid_flash_notice_selector_type'>flash_notice_selector_type</span>
761
758
  <span class='ivar'>@flash_notice_selector_type</span>
@@ -770,7 +767,7 @@
770
767
  <div class="method_details ">
771
768
  <h3 class="signature " id="form_errors_on_selector-class_method">
772
769
 
773
- + (<tt>Object</tt>) <strong>form_errors_on_selector</strong>
770
+ .<strong>form_errors_on_selector</strong> &#x21d2; <tt>Object</tt>
774
771
 
775
772
 
776
773
 
@@ -793,12 +790,12 @@
793
790
  <pre class="lines">
794
791
 
795
792
 
793
+ 31
796
794
  32
797
- 33
798
- 34</pre>
795
+ 33</pre>
799
796
  </td>
800
797
  <td>
801
- <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 32</span>
798
+ <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 31</span>
802
799
 
803
800
  <span class='kw'>def</span> <span class='id identifier rubyid_form_errors_on_selector'>form_errors_on_selector</span>
804
801
  <span class='ivar'>@form_errors_on_selector</span>
@@ -813,7 +810,7 @@
813
810
  <div class="method_details ">
814
811
  <h3 class="signature " id="header_selector-class_method">
815
812
 
816
- + (<tt>Object</tt>) <strong>header_selector</strong>
813
+ .<strong>header_selector</strong> &#x21d2; <tt>Object</tt>
817
814
 
818
815
 
819
816
 
@@ -836,12 +833,12 @@
836
833
  <pre class="lines">
837
834
 
838
835
 
836
+ 28
839
837
  29
840
- 30
841
- 31</pre>
838
+ 30</pre>
842
839
  </td>
843
840
  <td>
844
- <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 29</span>
841
+ <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 28</span>
845
842
 
846
843
  <span class='kw'>def</span> <span class='id identifier rubyid_header_selector'>header_selector</span>
847
844
  <span class='ivar'>@header_selector</span>
@@ -856,7 +853,7 @@
856
853
  <div class="method_details ">
857
854
  <h3 class="signature " id="header_selector_type-class_method">
858
855
 
859
- + (<tt>Object</tt>) <strong>header_selector_type</strong>
856
+ .<strong>header_selector_type</strong> &#x21d2; <tt>Object</tt>
860
857
 
861
858
 
862
859
 
@@ -879,12 +876,12 @@
879
876
  <pre class="lines">
880
877
 
881
878
 
879
+ 28
882
880
  29
883
- 30
884
- 31</pre>
881
+ 30</pre>
885
882
  </td>
886
883
  <td>
887
- <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 29</span>
884
+ <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 28</span>
888
885
 
889
886
  <span class='kw'>def</span> <span class='id identifier rubyid_header_selector_type'>header_selector_type</span>
890
887
  <span class='ivar'>@header_selector_type</span>
@@ -899,7 +896,7 @@
899
896
  <div class="method_details ">
900
897
  <h3 class="signature " id="image_selector-class_method">
901
898
 
902
- + (<tt>Object</tt>) <strong>image_selector</strong>
899
+ .<strong>image_selector</strong> &#x21d2; <tt>Object</tt>
903
900
 
904
901
 
905
902
 
@@ -922,12 +919,12 @@
922
919
  <pre class="lines">
923
920
 
924
921
 
922
+ 32
925
923
  33
926
- 34
927
- 35</pre>
924
+ 34</pre>
928
925
  </td>
929
926
  <td>
930
- <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 33</span>
927
+ <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 32</span>
931
928
 
932
929
  <span class='kw'>def</span> <span class='id identifier rubyid_image_selector'>image_selector</span>
933
930
  <span class='ivar'>@image_selector</span>
@@ -942,7 +939,7 @@
942
939
  <div class="method_details ">
943
940
  <h3 class="signature " id="image_selector_type-class_method">
944
941
 
945
- + (<tt>Object</tt>) <strong>image_selector_type</strong>
942
+ .<strong>image_selector_type</strong> &#x21d2; <tt>Object</tt>
946
943
 
947
944
 
948
945
 
@@ -965,12 +962,12 @@
965
962
  <pre class="lines">
966
963
 
967
964
 
965
+ 32
968
966
  33
969
- 34
970
- 35</pre>
967
+ 34</pre>
971
968
  </td>
972
969
  <td>
973
- <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 33</span>
970
+ <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 32</span>
974
971
 
975
972
  <span class='kw'>def</span> <span class='id identifier rubyid_image_selector_type'>image_selector_type</span>
976
973
  <span class='ivar'>@image_selector_type</span>
@@ -985,7 +982,7 @@
985
982
  <div class="method_details ">
986
983
  <h3 class="signature " id="table_row_selector-class_method">
987
984
 
988
- + (<tt>Object</tt>) <strong>table_row_selector</strong>
985
+ .<strong>table_row_selector</strong> &#x21d2; <tt>Object</tt>
989
986
 
990
987
 
991
988
 
@@ -1008,12 +1005,12 @@
1008
1005
  <pre class="lines">
1009
1006
 
1010
1007
 
1008
+ 33
1011
1009
  34
1012
- 35
1013
- 36</pre>
1010
+ 35</pre>
1014
1011
  </td>
1015
1012
  <td>
1016
- <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 34</span>
1013
+ <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 33</span>
1017
1014
 
1018
1015
  <span class='kw'>def</span> <span class='id identifier rubyid_table_row_selector'>table_row_selector</span>
1019
1016
  <span class='ivar'>@table_row_selector</span>
@@ -1033,7 +1030,7 @@
1033
1030
  <div class="method_details first">
1034
1031
  <h3 class="signature first" id="configure-class_method">
1035
1032
 
1036
- + (<tt>Object</tt>) <strong>configure</strong> {|_self| ... }
1033
+ .<strong>configure</strong> {|_self| ... } &#x21d2; <tt>Object</tt>
1037
1034
 
1038
1035
 
1039
1036
 
@@ -1045,51 +1042,52 @@
1045
1042
  <p>Configure ElabsMatchers to suit your needs. The spec/spec_helper.rb file is
1046
1043
  a good place to put your configurations in.</p>
1047
1044
 
1048
- <pre class="code ruby"><code><span class='const'>ElabsMatchers</span><span class='period'>.</span><span class='id identifier rubyid_configure'>configure</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_config'>config</span><span class='op'>|</span>
1045
+ <pre class="code ruby"><code class="ruby"><span class='const'><span class='object_link'><a href="" title="ElabsMatchers (module)">ElabsMatchers</a></span></span><span class='period'>.</span><span class='id identifier rubyid_configure'>configure</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_config'>config</span><span class='op'>|</span>
1049
1046
  <span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_header_selector'>header_selector</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>//h1</span><span class='tstring_end'>&quot;</span></span>
1050
1047
  <span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_header_selector_type'>header_selector_type</span> <span class='op'>=</span> <span class='symbol'>:xpath</span>
1051
- <span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_image_selector'>image_selector</span> <span class='op'>=</span> <span class='id identifier rubyid_lambda'>lambda</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_src'>src</span><span class='op'>|</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>img[src='</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_src'>src</span><span class='rbrace'>}</span><span class='tstring_content'>']</span><span class='tstring_end'>&quot;</span></span> <span class='rbrace'>}</span>
1052
- <span class='kw'>end</span></code></pre>
1048
+ <span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_image_selector'>image_selector</span> <span class='op'>=</span> <span class='id identifier rubyid_lambda'>lambda</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_src'>src</span><span class='op'>|</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>img[src=&#39;</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_src'>src</span><span class='embexpr_end'>}</span><span class='tstring_content'>&#39;]</span><span class='tstring_end'>&quot;</span></span> <span class='rbrace'>}</span>
1049
+ <span class='kw'>end</span>
1050
+ </code></pre>
1053
1051
 
1054
- <h3>Configurable options</h3>
1055
- <dl class="rdoc-list"><dt>header_selctor = String</dt>
1052
+ <h3 id="label-Configurable+options">Configurable options</h3>
1053
+ <dl class="rdoc-list label-list"><dt>header_selctor = String
1056
1054
  <dd>
1057
- <p>The selector to use when finding header tags (Default: "h1,h2")</p>
1058
- </dd><dt>header_selector_type = Symbol</dt>
1055
+ <p>The selector to use when finding header tags (Default: h1,h2)</p>
1056
+ </dd><dt>header_selector_type = Symbol
1059
1057
  <dd>
1060
1058
  <p>The type of selector to use, :css or :xpath (Default: :css)</p>
1061
- </dd><dt>image_selctor = lamda</dt>
1059
+ </dd><dt>image_selctor = lamda
1062
1060
  <dd>
1063
1061
  <p>The selector to use when finding images (Default: see matcher)</p>
1064
- </dd><dt>image_selector_type = Symbol</dt>
1062
+ </dd><dt>image_selector_type = Symbol
1065
1063
  <dd>
1066
1064
  <p>The type of selector to use, :css or :xpath (Default: :css)</p>
1067
- </dd><dt>attribute_selector = lambda</dt>
1065
+ </dd><dt>attribute_selector = lambda
1068
1066
  <dd>
1069
1067
  <p>A lambda that takes label and value as arguments and return a selector
1070
1068
  (Default: see matcher)</p>
1071
- </dd><dt>attribute_selector_type = Symbol</dt>
1069
+ </dd><dt>attribute_selector_type = Symbol
1072
1070
  <dd>
1073
1071
  <p>The type of selector to use, :css or :xpath (Default: :xpath)</p>
1074
- </dd><dt>flash_notice_selector = String</dt>
1072
+ </dd><dt>flash_notice_selector = String
1075
1073
  <dd>
1076
- <p>The selector to use when finding the flash notice (Default: "#flash.notice,
1077
- #flash .notice, .flash.notice")</p>
1078
- </dd><dt>flash_notice_selector_type = Symbol</dt>
1074
+ <p>The selector to use when finding the flash notice (Default: “#flash.notice,
1075
+ #flash .notice, .flash.notice)</p>
1076
+ </dd><dt>flash_notice_selector_type = Symbol
1079
1077
  <dd>
1080
1078
  <p>The type of selector to use, :css or :xpath (Default: :css)</p>
1081
- </dd><dt>flash_alert_selector = String</dt>
1079
+ </dd><dt>flash_alert_selector = String
1082
1080
  <dd>
1083
- <p>The selector to use when finding the flash alert (Default: "#flash.alert,
1084
- #flash .alert, .flash.alert")</p>
1085
- </dd><dt>flash_alert_selector_type = Symbol</dt>
1081
+ <p>The selector to use when finding the flash alert (Default: “#flash.alert,
1082
+ #flash .alert, .flash.alert)</p>
1083
+ </dd><dt>flash_alert_selector_type = Symbol
1086
1084
  <dd>
1087
1085
  <p>The type of selector to use, :css or :xpath (Default: :css)</p>
1088
- </dd><dt>form_errors_on_selector = String</dt>
1086
+ </dd><dt>form_errors_on_selector = String
1089
1087
  <dd>
1090
1088
  <p>A xpath expression to be used when finding associated error notices
1091
1089
  (Default: see matcher)</p>
1092
- </dd><dt>table_row_selector = lambda</dt>
1090
+ </dd><dt>table_row_selector = lambda
1093
1091
  <dd>
1094
1092
  <p>A lambda that takes table row return a selector (Default: see matcher)</p>
1095
1093
  </dd></dl>
@@ -1139,12 +1137,12 @@ a good place to put your configurations in.</p>
1139
1137
  <pre class="lines">
1140
1138
 
1141
1139
 
1140
+ 66
1142
1141
  67
1143
- 68
1144
- 69</pre>
1142
+ 68</pre>
1145
1143
  </td>
1146
1144
  <td>
1147
- <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 67</span>
1145
+ <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 66</span>
1148
1146
 
1149
1147
  <span class='kw'>def</span> <span class='id identifier rubyid_configure'>configure</span>
1150
1148
  <span class='kw'>yield</span> <span class='kw'>self</span>
@@ -1157,7 +1155,7 @@ a good place to put your configurations in.</p>
1157
1155
  <div class="method_details ">
1158
1156
  <h3 class="signature " id="use_default_configuration!-class_method">
1159
1157
 
1160
- + (<tt>Object</tt>) <strong>use_default_configuration!</strong>
1158
+ .<strong>use_default_configuration!</strong> &#x21d2; <tt>Object</tt>
1161
1159
 
1162
1160
 
1163
1161
 
@@ -1180,6 +1178,7 @@ a good place to put your configurations in.</p>
1180
1178
  <pre class="lines">
1181
1179
 
1182
1180
 
1181
+ 74
1183
1182
  75
1184
1183
  76
1185
1184
  77
@@ -1199,11 +1198,10 @@ a good place to put your configurations in.</p>
1199
1198
  91
1200
1199
  92
1201
1200
  93
1202
- 94
1203
- 95</pre>
1201
+ 94</pre>
1204
1202
  </td>
1205
1203
  <td>
1206
- <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 75</span>
1204
+ <pre class="code"><span class="info file"># File 'lib/elabs_matchers.rb', line 74</span>
1207
1205
 
1208
1206
  <span class='kw'>def</span> <span class='id identifier rubyid_use_default_configuration!'>use_default_configuration!</span>
1209
1207
  <span class='id identifier rubyid_configure'>configure</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_config'>config</span><span class='op'>|</span>
@@ -1235,11 +1233,12 @@ a good place to put your configurations in.</p>
1235
1233
 
1236
1234
  </div>
1237
1235
 
1238
- <div id="footer">
1239
- Generated on Wed Sep 19 15:04:26 2012 by
1236
+ <div id="footer">
1237
+ Generated on Wed Mar 14 09:56:36 2018 by
1240
1238
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1241
- 0.8.2.1 (ruby-1.9.3).
1239
+ 0.9.12 (ruby-2.4.1).
1242
1240
  </div>
1243
1241
 
1242
+ </div>
1244
1243
  </body>
1245
1244
  </html>