examLPP 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. checksums.yaml +7 -0
  2. data/.coveralls.yml +1 -0
  3. data/.gitignore +5 -0
  4. data/.rspec +2 -0
  5. data/.travis.yml +4 -0
  6. data/Gemfile +5 -0
  7. data/Guardfile +70 -0
  8. data/LICENSE.txt +22 -0
  9. data/README.md +19 -0
  10. data/Rakefile +6 -0
  11. data/coverage/.last_run.json +5 -0
  12. data/coverage/.resultset.json +714 -0
  13. data/doc/Exam.html +112 -0
  14. data/doc/Examen.html +319 -0
  15. data/doc/Gemfile.html +101 -0
  16. data/doc/Gemfile_lock.html +186 -0
  17. data/doc/Guardfile.html +169 -0
  18. data/doc/LICENSE_txt.html +116 -0
  19. data/doc/Lista.html +472 -0
  20. data/doc/Nodo.html +264 -0
  21. data/doc/Object.html +119 -0
  22. data/doc/Pregunta.html +346 -0
  23. data/doc/PreguntaS.html +338 -0
  24. data/doc/PreguntaVF.html +210 -0
  25. data/doc/README_md.html +120 -0
  26. data/doc/Rakefile.html +99 -0
  27. data/doc/created.rid +18 -0
  28. data/doc/exam_gemspec.html +127 -0
  29. data/doc/fonts.css +167 -0
  30. data/doc/fonts/Lato-Light.ttf +0 -0
  31. data/doc/fonts/Lato-LightItalic.ttf +0 -0
  32. data/doc/fonts/Lato-Regular.ttf +0 -0
  33. data/doc/fonts/Lato-RegularItalic.ttf +0 -0
  34. data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
  35. data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
  36. data/doc/images/add.png +0 -0
  37. data/doc/images/arrow_up.png +0 -0
  38. data/doc/images/brick.png +0 -0
  39. data/doc/images/brick_link.png +0 -0
  40. data/doc/images/bug.png +0 -0
  41. data/doc/images/bullet_black.png +0 -0
  42. data/doc/images/bullet_toggle_minus.png +0 -0
  43. data/doc/images/bullet_toggle_plus.png +0 -0
  44. data/doc/images/date.png +0 -0
  45. data/doc/images/delete.png +0 -0
  46. data/doc/images/find.png +0 -0
  47. data/doc/images/loadingAnimation.gif +0 -0
  48. data/doc/images/macFFBgHack.png +0 -0
  49. data/doc/images/package.png +0 -0
  50. data/doc/images/page_green.png +0 -0
  51. data/doc/images/page_white_text.png +0 -0
  52. data/doc/images/page_white_width.png +0 -0
  53. data/doc/images/plugin.png +0 -0
  54. data/doc/images/ruby.png +0 -0
  55. data/doc/images/tag_blue.png +0 -0
  56. data/doc/images/tag_green.png +0 -0
  57. data/doc/images/transparent.png +0 -0
  58. data/doc/images/wrench.png +0 -0
  59. data/doc/images/wrench_orange.png +0 -0
  60. data/doc/images/zoom.png +0 -0
  61. data/doc/index.html +118 -0
  62. data/doc/js/darkfish.js +140 -0
  63. data/doc/js/jquery.js +18 -0
  64. data/doc/js/navigation.js +142 -0
  65. data/doc/js/search.js +109 -0
  66. data/doc/js/search_index.js +1 -0
  67. data/doc/js/searcher.js +228 -0
  68. data/doc/rdoc.css +580 -0
  69. data/doc/table_of_contents.html +222 -0
  70. data/exam.gemspec +32 -0
  71. data/lib/exam.rb +12 -0
  72. data/lib/exam/examen.rb +69 -0
  73. data/lib/exam/lista.rb +109 -0
  74. data/lib/exam/nodo.rb +14 -0
  75. data/lib/exam/pregunta.rb +38 -0
  76. data/lib/exam/preguntaMadre.rb +47 -0
  77. data/lib/exam/preguntaVF.rb +19 -0
  78. data/lib/exam/quiz.rb +44 -0
  79. data/lib/exam/version.rb +3 -0
  80. data/pkg/exam-0.0.1.gem +0 -0
  81. data/spec/exam_spec.rb +353 -0
  82. data/spec/spec_helper.rb +22 -0
  83. metadata +226 -0
@@ -0,0 +1,186 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>Gemfile.lock - RDoc Documentation</title>
8
+
9
+ <link href="./fonts.css" rel="stylesheet">
10
+ <link href="./rdoc.css" rel="stylesheet">
11
+
12
+ <script type="text/javascript">
13
+ var rdoc_rel_prefix = "./";
14
+ </script>
15
+
16
+ <script src="./js/jquery.js"></script>
17
+ <script src="./js/navigation.js"></script>
18
+ <script src="./js/search_index.js"></script>
19
+ <script src="./js/search.js"></script>
20
+ <script src="./js/searcher.js"></script>
21
+ <script src="./js/darkfish.js"></script>
22
+
23
+
24
+ <body id="top" role="document" class="file">
25
+ <nav role="navigation">
26
+ <div id="project-navigation">
27
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
28
+ <h2>
29
+ <a href="./index.html" rel="home">Home</a>
30
+ </h2>
31
+
32
+ <div id="table-of-contents-navigation">
33
+ <a href="./table_of_contents.html#pages">Pages</a>
34
+ <a href="./table_of_contents.html#classes">Classes</a>
35
+ <a href="./table_of_contents.html#methods">Methods</a>
36
+ </div>
37
+ </div>
38
+
39
+ <div id="search-section" role="search" class="project-section initially-hidden">
40
+ <form action="#" method="get" accept-charset="utf-8">
41
+ <div id="search-field-wrapper">
42
+ <input id="search-field" role="combobox" aria-label="Search"
43
+ aria-autocomplete="list" aria-controls="search-results"
44
+ type="text" name="search" placeholder="Search" spellcheck="false"
45
+ title="Type to search, Up and Down to navigate, Enter to load">
46
+ </div>
47
+
48
+ <ul id="search-results" aria-label="Search Results"
49
+ aria-busy="false" aria-expanded="false"
50
+ aria-atomic="false" class="initially-hidden"></ul>
51
+ </form>
52
+ </div>
53
+
54
+ </div>
55
+
56
+
57
+
58
+ <div id="project-metadata">
59
+ <div id="fileindex-section" class="nav-section">
60
+ <h3>Pages</h3>
61
+
62
+ <ul class="link-list">
63
+
64
+ <li><a href="./Gemfile.html">Gemfile</a>
65
+
66
+ <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
67
+
68
+ <li><a href="./Guardfile.html">Guardfile</a>
69
+
70
+ <li><a href="./LICENSE_txt.html">LICENSE</a>
71
+
72
+ <li><a href="./README_md.html">README</a>
73
+
74
+ <li><a href="./Rakefile.html">Rakefile</a>
75
+
76
+ <li><a href="./exam_gemspec.html">exam.gemspec</a>
77
+
78
+ </ul>
79
+ </div>
80
+
81
+ </div>
82
+ </nav>
83
+
84
+ <main role="main" aria-label="Page Gemfile.lock">
85
+
86
+ <p>PATH</p>
87
+
88
+ <pre>remote: .
89
+ specs:
90
+ exam (0.0.1)</pre>
91
+
92
+ <p>GEM</p>
93
+
94
+ <pre>remote: https://rubygems.org/
95
+ specs:
96
+ celluloid (0.16.0)
97
+ timers (~&gt; 4.0.0)
98
+ coderay (1.1.0)
99
+ coveralls (0.7.1)
100
+ multi_json (~&gt; 1.3)
101
+ rest-client
102
+ simplecov (&gt;= 0.7)
103
+ term-ansicolor
104
+ thor
105
+ diff-lcs (1.2.5)
106
+ docile (1.1.5)
107
+ ffi (1.9.6)
108
+ formatador (0.2.5)
109
+ guard (2.7.0)
110
+ formatador (&gt;= 0.2.4)
111
+ listen (~&gt; 2.7)
112
+ lumberjack (~&gt; 1.0)
113
+ pry (&gt;= 0.9.12)
114
+ thor (&gt;= 0.18.1)
115
+ guard-bundler (2.0.0)
116
+ bundler (~&gt; 1.0)
117
+ guard (~&gt; 2.2)
118
+ guard-rspec (4.3.1)
119
+ guard (~&gt; 2.1)
120
+ rspec (&gt;= 2.14, &lt; 4.0)
121
+ hitimes (1.2.2)
122
+ listen (2.7.11)
123
+ celluloid (&gt;= 0.15.2)
124
+ rb-fsevent (&gt;= 0.9.3)
125
+ rb-inotify (&gt;= 0.9)
126
+ lumberjack (1.0.9)
127
+ method_source (0.8.2)
128
+ mime-types (2.4.3)
129
+ multi_json (1.10.1)
130
+ netrc (0.8.0)
131
+ pry (0.10.1)
132
+ coderay (~&gt; 1.1.0)
133
+ method_source (~&gt; 0.8.1)
134
+ slop (~&gt; 3.4)
135
+ rake (10.3.2)
136
+ rb-fsevent (0.9.4)
137
+ rb-inotify (0.9.5)
138
+ ffi (&gt;= 0.5.0)
139
+ rest-client (1.7.2)
140
+ mime-types (&gt;= 1.16, &lt; 3.0)
141
+ netrc (~&gt; 0.7)
142
+ rspec (2.99.0)
143
+ rspec-core (~&gt; 2.99.0)
144
+ rspec-expectations (~&gt; 2.99.0)
145
+ rspec-mocks (~&gt; 2.99.0)
146
+ rspec-core (2.99.2)
147
+ rspec-expectations (2.99.2)
148
+ diff-lcs (&gt;= 1.1.3, &lt; 2.0)
149
+ rspec-mocks (2.99.2)
150
+ simplecov (0.9.1)
151
+ docile (~&gt; 1.1.0)
152
+ multi_json (~&gt; 1.0)
153
+ simplecov-html (~&gt; 0.8.0)
154
+ simplecov-html (0.8.0)
155
+ slop (3.6.0)
156
+ term-ansicolor (1.3.0)
157
+ tins (~&gt; 1.0)
158
+ thor (0.19.1)
159
+ timers (4.0.1)
160
+ hitimes
161
+ tins (1.3.3)</pre>
162
+
163
+ <p>PLATFORMS</p>
164
+
165
+ <pre>ruby</pre>
166
+
167
+ <p>DEPENDENCIES</p>
168
+
169
+ <pre>bundler (~&gt; 1.7)
170
+ coveralls
171
+ exam!
172
+ guard
173
+ guard-bundler
174
+ guard-rspec
175
+ rake (~&gt; 10.0)
176
+ rspec (~&gt; 2.11)</pre>
177
+ </main>
178
+
179
+
180
+
181
+ <footer id="validator-badges" role="contentinfo">
182
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
183
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
184
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
185
+ </footer>
186
+
@@ -0,0 +1,169 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>Guardfile - RDoc Documentation</title>
8
+
9
+ <link href="./fonts.css" rel="stylesheet">
10
+ <link href="./rdoc.css" rel="stylesheet">
11
+
12
+ <script type="text/javascript">
13
+ var rdoc_rel_prefix = "./";
14
+ </script>
15
+
16
+ <script src="./js/jquery.js"></script>
17
+ <script src="./js/navigation.js"></script>
18
+ <script src="./js/search_index.js"></script>
19
+ <script src="./js/search.js"></script>
20
+ <script src="./js/searcher.js"></script>
21
+ <script src="./js/darkfish.js"></script>
22
+
23
+
24
+ <body id="top" role="document" class="file">
25
+ <nav role="navigation">
26
+ <div id="project-navigation">
27
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
28
+ <h2>
29
+ <a href="./index.html" rel="home">Home</a>
30
+ </h2>
31
+
32
+ <div id="table-of-contents-navigation">
33
+ <a href="./table_of_contents.html#pages">Pages</a>
34
+ <a href="./table_of_contents.html#classes">Classes</a>
35
+ <a href="./table_of_contents.html#methods">Methods</a>
36
+ </div>
37
+ </div>
38
+
39
+ <div id="search-section" role="search" class="project-section initially-hidden">
40
+ <form action="#" method="get" accept-charset="utf-8">
41
+ <div id="search-field-wrapper">
42
+ <input id="search-field" role="combobox" aria-label="Search"
43
+ aria-autocomplete="list" aria-controls="search-results"
44
+ type="text" name="search" placeholder="Search" spellcheck="false"
45
+ title="Type to search, Up and Down to navigate, Enter to load">
46
+ </div>
47
+
48
+ <ul id="search-results" aria-label="Search Results"
49
+ aria-busy="false" aria-expanded="false"
50
+ aria-atomic="false" class="initially-hidden"></ul>
51
+ </form>
52
+ </div>
53
+
54
+ </div>
55
+
56
+
57
+
58
+ <div id="project-metadata">
59
+ <div id="fileindex-section" class="nav-section">
60
+ <h3>Pages</h3>
61
+
62
+ <ul class="link-list">
63
+
64
+ <li><a href="./Gemfile.html">Gemfile</a>
65
+
66
+ <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
67
+
68
+ <li><a href="./Guardfile.html">Guardfile</a>
69
+
70
+ <li><a href="./LICENSE_txt.html">LICENSE</a>
71
+
72
+ <li><a href="./README_md.html">README</a>
73
+
74
+ <li><a href="./Rakefile.html">Rakefile</a>
75
+
76
+ <li><a href="./exam_gemspec.html">exam.gemspec</a>
77
+
78
+ </ul>
79
+ </div>
80
+
81
+ </div>
82
+ </nav>
83
+
84
+ <main role="main" aria-label="Page Guardfile">
85
+
86
+ <p># A sample <a href="Guardfile.html">Guardfile</a> # More info at <a
87
+ href="https://github.com/guard/guard#readme">github.com/guard/guard#readme</a></p>
88
+
89
+ <p>guard :bundler do</p>
90
+
91
+ <pre>watch(&#39;Gemfile&#39;)
92
+ # Uncomment next line if your Gemfile contains the `gemspec&#39; command.
93
+ # watch(/^.+\.gemspec/)</pre>
94
+
95
+ <p>end</p>
96
+
97
+ <p># Note: The cmd option is now required due to the increasing number of ways
98
+ # rspec may be run, below are examples of the most common uses. # *
99
+ bundler: &#39;bundle exec rspec&#39; # * bundler binstubs:
100
+ &#39;bin/rspec&#39; # * spring: &#39;bin/rsspec&#39; (This will use spring
101
+ if running and you have # installed the spring
102
+ binstubs per the docs) # * zeus: &#39;zeus rspec&#39; (requires the server
103
+ to be started separetly) # * &#39;just&#39; rspec: &#39;rspec&#39; guard
104
+ :rspec, cmd: &#39;bundle exec rspec&#39; do</p>
105
+
106
+ <pre class="ruby"><span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^spec/.+_spec\.rb$}</span>)
107
+ <span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^lib/(.+)\.rb$}</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">m</span><span class="ruby-operator">|</span> <span class="ruby-node">&quot;spec/lib/#{m[1]}_spec.rb&quot;</span> }
108
+ <span class="ruby-identifier">watch</span>(<span class="ruby-string">&#39;spec/spec_helper.rb&#39;</span>) { <span class="ruby-string">&quot;spec&quot;</span> }
109
+
110
+ <span class="ruby-comment"># Rails example</span>
111
+ <span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^app/(.+)\.rb$}</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">m</span><span class="ruby-operator">|</span> <span class="ruby-node">&quot;spec/#{m[1]}_spec.rb&quot;</span> }
112
+ <span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^app/(.*)(\.erb|\.haml|\.slim)$}</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">m</span><span class="ruby-operator">|</span> <span class="ruby-node">&quot;spec/#{m[1]}#{m[2]}_spec.rb&quot;</span> }
113
+ <span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^app/controllers/(.+)_(controller)\.rb$}</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">m</span><span class="ruby-operator">|</span> [<span class="ruby-node">&quot;spec/routing/#{m[1]}_routing_spec.rb&quot;</span>, <span class="ruby-node">&quot;spec/#{m[2]}s/#{m[1]}_#{m[2]}_spec.rb&quot;</span>, <span class="ruby-node">&quot;spec/acceptance/#{m[1]}_spec.rb&quot;</span>] }
114
+ <span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^spec/support/(.+)\.rb$}</span>) { <span class="ruby-string">&quot;spec&quot;</span> }
115
+ <span class="ruby-identifier">watch</span>(<span class="ruby-string">&#39;config/routes.rb&#39;</span>) { <span class="ruby-string">&quot;spec/routing&quot;</span> }
116
+ <span class="ruby-identifier">watch</span>(<span class="ruby-string">&#39;app/controllers/application_controller.rb&#39;</span>) { <span class="ruby-string">&quot;spec/controllers&quot;</span> }
117
+ <span class="ruby-identifier">watch</span>(<span class="ruby-string">&#39;spec/rails_helper.rb&#39;</span>) { <span class="ruby-string">&quot;spec&quot;</span> }
118
+
119
+ <span class="ruby-comment"># Capybara features specs</span>
120
+ <span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^app/views/(.+)/.*\.(erb|haml|slim)$}</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">m</span><span class="ruby-operator">|</span> <span class="ruby-node">&quot;spec/features/#{m[1]}_spec.rb&quot;</span> }
121
+
122
+ <span class="ruby-comment"># Turnip features and steps</span>
123
+ <span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^spec/acceptance/(.+)\.feature$}</span>)
124
+ <span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^spec/acceptance/steps/(.+)_steps\.rb$}</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">m</span><span class="ruby-operator">|</span> <span class="ruby-constant">Dir</span>[<span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-node">&quot;**/#{m[1]}.feature&quot;</span>)][<span class="ruby-value">0</span>] <span class="ruby-operator">||</span> <span class="ruby-string">&#39;spec/acceptance&#39;</span> }
125
+ </pre>
126
+
127
+ <p>end</p>
128
+
129
+ <p># Note: The cmd option is now required due to the increasing number of ways
130
+ # rspec may be run, below are examples of the most common uses. # *
131
+ bundler: &#39;bundle exec rspec&#39; # * bundler binstubs:
132
+ &#39;bin/rspec&#39; # * spring: &#39;bin/rsspec&#39; (This will use spring
133
+ if running and you have # installed the spring
134
+ binstubs per the docs) # * zeus: &#39;zeus rspec&#39; (requires the server
135
+ to be started separetly) # * &#39;just&#39; rspec: &#39;rspec&#39; guard
136
+ :rspec, cmd: &#39;bundle exec rspec&#39; do</p>
137
+
138
+ <pre class="ruby"><span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^spec/.+_spec\.rb$}</span>)
139
+ <span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^lib/(.+)\.rb$}</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">m</span><span class="ruby-operator">|</span> <span class="ruby-node">&quot;spec/lib/#{m[1]}_spec.rb&quot;</span> }
140
+ <span class="ruby-identifier">watch</span>(<span class="ruby-string">&#39;spec/spec_helper.rb&#39;</span>) { <span class="ruby-string">&quot;spec&quot;</span> }
141
+
142
+ <span class="ruby-comment"># Rails example</span>
143
+ <span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^app/(.+)\.rb$}</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">m</span><span class="ruby-operator">|</span> <span class="ruby-node">&quot;spec/#{m[1]}_spec.rb&quot;</span> }
144
+ <span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^app/(.*)(\.erb|\.haml|\.slim)$}</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">m</span><span class="ruby-operator">|</span> <span class="ruby-node">&quot;spec/#{m[1]}#{m[2]}_spec.rb&quot;</span> }
145
+ <span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^app/controllers/(.+)_(controller)\.rb$}</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">m</span><span class="ruby-operator">|</span> [<span class="ruby-node">&quot;spec/routing/#{m[1]}_routing_spec.rb&quot;</span>, <span class="ruby-node">&quot;spec/#{m[2]}s/#{m[1]}_#{m[2]}_spec.rb&quot;</span>, <span class="ruby-node">&quot;spec/acceptance/#{m[1]}_spec.rb&quot;</span>] }
146
+ <span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^spec/support/(.+)\.rb$}</span>) { <span class="ruby-string">&quot;spec&quot;</span> }
147
+ <span class="ruby-identifier">watch</span>(<span class="ruby-string">&#39;config/routes.rb&#39;</span>) { <span class="ruby-string">&quot;spec/routing&quot;</span> }
148
+ <span class="ruby-identifier">watch</span>(<span class="ruby-string">&#39;app/controllers/application_controller.rb&#39;</span>) { <span class="ruby-string">&quot;spec/controllers&quot;</span> }
149
+ <span class="ruby-identifier">watch</span>(<span class="ruby-string">&#39;spec/rails_helper.rb&#39;</span>) { <span class="ruby-string">&quot;spec&quot;</span> }
150
+
151
+ <span class="ruby-comment"># Capybara features specs</span>
152
+ <span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^app/views/(.+)/.*\.(erb|haml|slim)$}</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">m</span><span class="ruby-operator">|</span> <span class="ruby-node">&quot;spec/features/#{m[1]}_spec.rb&quot;</span> }
153
+
154
+ <span class="ruby-comment"># Turnip features and steps</span>
155
+ <span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^spec/acceptance/(.+)\.feature$}</span>)
156
+ <span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^spec/acceptance/steps/(.+)_steps\.rb$}</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">m</span><span class="ruby-operator">|</span> <span class="ruby-constant">Dir</span>[<span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-node">&quot;**/#{m[1]}.feature&quot;</span>)][<span class="ruby-value">0</span>] <span class="ruby-operator">||</span> <span class="ruby-string">&#39;spec/acceptance&#39;</span> }
157
+ </pre>
158
+
159
+ <p>end</p>
160
+ </main>
161
+
162
+
163
+
164
+ <footer id="validator-badges" role="contentinfo">
165
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
166
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
167
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
168
+ </footer>
169
+
@@ -0,0 +1,116 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>LICENSE - RDoc Documentation</title>
8
+
9
+ <link href="./fonts.css" rel="stylesheet">
10
+ <link href="./rdoc.css" rel="stylesheet">
11
+
12
+ <script type="text/javascript">
13
+ var rdoc_rel_prefix = "./";
14
+ </script>
15
+
16
+ <script src="./js/jquery.js"></script>
17
+ <script src="./js/navigation.js"></script>
18
+ <script src="./js/search_index.js"></script>
19
+ <script src="./js/search.js"></script>
20
+ <script src="./js/searcher.js"></script>
21
+ <script src="./js/darkfish.js"></script>
22
+
23
+
24
+ <body id="top" role="document" class="file">
25
+ <nav role="navigation">
26
+ <div id="project-navigation">
27
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
28
+ <h2>
29
+ <a href="./index.html" rel="home">Home</a>
30
+ </h2>
31
+
32
+ <div id="table-of-contents-navigation">
33
+ <a href="./table_of_contents.html#pages">Pages</a>
34
+ <a href="./table_of_contents.html#classes">Classes</a>
35
+ <a href="./table_of_contents.html#methods">Methods</a>
36
+ </div>
37
+ </div>
38
+
39
+ <div id="search-section" role="search" class="project-section initially-hidden">
40
+ <form action="#" method="get" accept-charset="utf-8">
41
+ <div id="search-field-wrapper">
42
+ <input id="search-field" role="combobox" aria-label="Search"
43
+ aria-autocomplete="list" aria-controls="search-results"
44
+ type="text" name="search" placeholder="Search" spellcheck="false"
45
+ title="Type to search, Up and Down to navigate, Enter to load">
46
+ </div>
47
+
48
+ <ul id="search-results" aria-label="Search Results"
49
+ aria-busy="false" aria-expanded="false"
50
+ aria-atomic="false" class="initially-hidden"></ul>
51
+ </form>
52
+ </div>
53
+
54
+ </div>
55
+
56
+
57
+
58
+ <div id="project-metadata">
59
+ <div id="fileindex-section" class="nav-section">
60
+ <h3>Pages</h3>
61
+
62
+ <ul class="link-list">
63
+
64
+ <li><a href="./Gemfile.html">Gemfile</a>
65
+
66
+ <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
67
+
68
+ <li><a href="./Guardfile.html">Guardfile</a>
69
+
70
+ <li><a href="./LICENSE_txt.html">LICENSE</a>
71
+
72
+ <li><a href="./README_md.html">README</a>
73
+
74
+ <li><a href="./Rakefile.html">Rakefile</a>
75
+
76
+ <li><a href="./exam_gemspec.html">exam.gemspec</a>
77
+
78
+ </ul>
79
+ </div>
80
+
81
+ </div>
82
+ </nav>
83
+
84
+ <main role="main" aria-label="Page LICENSE.txt">
85
+
86
+ <p>Copyright © 2014 alu0100775846</p>
87
+
88
+ <p>MIT License</p>
89
+
90
+ <p>Permission is hereby granted, free of charge, to any person obtaining a
91
+ copy of this software and associated documentation files (the “Software”),
92
+ to deal in the Software without restriction, including without limitation
93
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
94
+ and/or sell copies of the Software, and to permit persons to whom the
95
+ Software is furnished to do so, subject to the following conditions:</p>
96
+
97
+ <p>The above copyright notice and this permission notice shall be included in
98
+ all copies or substantial portions of the Software.</p>
99
+
100
+ <p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
101
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
102
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
103
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
104
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
105
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
106
+ DEALINGS IN THE SOFTWARE.</p>
107
+ </main>
108
+
109
+
110
+
111
+ <footer id="validator-badges" role="contentinfo">
112
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
113
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
114
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
115
+ </footer>
116
+