gemaalu0100884982 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.
- checksums.yaml +7 -0
- data/.gitignore +9 -0
- data/.rspec +2 -0
- data/.travis.yml +5 -0
- data/Gemfile +4 -0
- data/Guardfile +82 -0
- data/README.md +11 -0
- data/Rakefile +21 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/doc/Dieta.html +681 -0
- data/doc/Gema.html +97 -0
- data/doc/Gemfile.html +120 -0
- data/doc/Gemfile_lock.html +204 -0
- data/doc/Guardfile.html +200 -0
- data/doc/Lista.html +587 -0
- data/doc/Menu_Alimentos.html +234 -0
- data/doc/Menu_Edad.html +234 -0
- data/doc/Object.html +116 -0
- data/doc/README_md.html +129 -0
- data/doc/README_md~.html +128 -0
- data/doc/Rakefile.html +140 -0
- data/doc/Rakefile~.html +140 -0
- data/doc/bin/setup.html +121 -0
- data/doc/created.rid +30 -0
- data/doc/css/fonts.css +167 -0
- data/doc/css/rdoc.css +590 -0
- data/doc/fonts/Lato-Light.ttf +0 -0
- data/doc/fonts/Lato-LightItalic.ttf +0 -0
- data/doc/fonts/Lato-Regular.ttf +0 -0
- data/doc/fonts/Lato-RegularItalic.ttf +0 -0
- data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
- data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
- data/doc/gema_gemspec.html +155 -0
- data/doc/gema_gemspec~.html +156 -0
- data/doc/images/add.png +0 -0
- data/doc/images/arrow_up.png +0 -0
- data/doc/images/brick.png +0 -0
- data/doc/images/brick_link.png +0 -0
- data/doc/images/bug.png +0 -0
- data/doc/images/bullet_black.png +0 -0
- data/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/images/date.png +0 -0
- data/doc/images/delete.png +0 -0
- data/doc/images/find.png +0 -0
- data/doc/images/loadingAnimation.gif +0 -0
- data/doc/images/macFFBgHack.png +0 -0
- data/doc/images/package.png +0 -0
- data/doc/images/page_green.png +0 -0
- data/doc/images/page_white_text.png +0 -0
- data/doc/images/page_white_width.png +0 -0
- data/doc/images/plugin.png +0 -0
- data/doc/images/ruby.png +0 -0
- data/doc/images/tag_blue.png +0 -0
- data/doc/images/tag_green.png +0 -0
- data/doc/images/transparent.png +0 -0
- data/doc/images/wrench.png +0 -0
- data/doc/images/wrench_orange.png +0 -0
- data/doc/images/zoom.png +0 -0
- data/doc/index.html +135 -0
- data/doc/js/darkfish.js +161 -0
- data/doc/js/jquery.js +4 -0
- data/doc/js/navigation.js +142 -0
- data/doc/js/navigation.js.gz +0 -0
- data/doc/js/search.js +109 -0
- data/doc/js/search_index.js +1 -0
- data/doc/js/search_index.js.gz +0 -0
- data/doc/js/searcher.js +228 -0
- data/doc/js/searcher.js.gz +0 -0
- data/doc/lib/gema/dieta_rb~.html +253 -0
- data/doc/lib/gema/lista_dll_rb~.html +253 -0
- data/doc/lib/gema/lista_rb~.html +241 -0
- data/doc/lib/gema/version_rb~.html +122 -0
- data/doc/lib/gema_rb~.html +123 -0
- data/doc/spec/dieta_spec_rb~.html +286 -0
- data/doc/spec/herenciadieta_spec_rb~.html +222 -0
- data/doc/spec/lista_spec_rb~.html +396 -0
- data/doc/spec/spec_helper_rb~.html +118 -0
- data/doc/table_of_contents.html +258 -0
- data/gema.gemspec +40 -0
- data/lib/gema.rb +6 -0
- data/lib/gema/dieta.rb +134 -0
- data/lib/gema/dieta_dsl.rb +188 -0
- data/lib/gema/lista_dll.rb +157 -0
- data/lib/gema/version.rb +4 -0
- metadata +228 -0
data/doc/Object.html
ADDED
@@ -0,0 +1,116 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>class Object - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<script type="text/javascript">
|
10
|
+
var rdoc_rel_prefix = "./";
|
11
|
+
</script>
|
12
|
+
|
13
|
+
<script src="./js/jquery.js"></script>
|
14
|
+
<script src="./js/darkfish.js"></script>
|
15
|
+
|
16
|
+
<link href="./css/fonts.css" rel="stylesheet">
|
17
|
+
<link href="./css/rdoc.css" rel="stylesheet">
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
<body id="top" role="document" class="class">
|
22
|
+
<nav role="navigation">
|
23
|
+
<div id="project-navigation">
|
24
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
25
|
+
<h2>
|
26
|
+
<a href="./index.html" rel="home">Home</a>
|
27
|
+
</h2>
|
28
|
+
|
29
|
+
<div id="table-of-contents-navigation">
|
30
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
31
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
32
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
33
|
+
</div>
|
34
|
+
</div>
|
35
|
+
|
36
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
37
|
+
<form action="#" method="get" accept-charset="utf-8">
|
38
|
+
<div id="search-field-wrapper">
|
39
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
40
|
+
aria-autocomplete="list" aria-controls="search-results"
|
41
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
42
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
43
|
+
</div>
|
44
|
+
|
45
|
+
<ul id="search-results" aria-label="Search Results"
|
46
|
+
aria-busy="false" aria-expanded="false"
|
47
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
48
|
+
</form>
|
49
|
+
</div>
|
50
|
+
|
51
|
+
</div>
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
<div id="class-metadata">
|
56
|
+
|
57
|
+
<div id="parent-class-section" class="nav-section">
|
58
|
+
<h3>Parent</h3>
|
59
|
+
|
60
|
+
|
61
|
+
<p class="link">BasicObject
|
62
|
+
|
63
|
+
</div>
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
</div>
|
69
|
+
</nav>
|
70
|
+
|
71
|
+
<main role="main" aria-labelledby="class-Object">
|
72
|
+
<h1 id="class-Object" class="class">
|
73
|
+
class Object
|
74
|
+
</h1>
|
75
|
+
|
76
|
+
<section class="description">
|
77
|
+
|
78
|
+
</section>
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
<section class="constants-list">
|
90
|
+
<header>
|
91
|
+
<h3>Constants</h3>
|
92
|
+
</header>
|
93
|
+
<dl>
|
94
|
+
|
95
|
+
<dt id="Nodo">Nodo
|
96
|
+
|
97
|
+
<dd><p><a href="Object.html#Nodo">Nodo</a> genérico de la lista</p>
|
98
|
+
|
99
|
+
|
100
|
+
</dl>
|
101
|
+
</section>
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
</section>
|
108
|
+
</main>
|
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://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
|
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
|
+
|
data/doc/README_md.html
ADDED
@@ -0,0 +1,129 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>README - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<script type="text/javascript">
|
10
|
+
var rdoc_rel_prefix = "./";
|
11
|
+
</script>
|
12
|
+
|
13
|
+
<script src="./js/jquery.js"></script>
|
14
|
+
<script src="./js/darkfish.js"></script>
|
15
|
+
|
16
|
+
<link href="./css/fonts.css" rel="stylesheet">
|
17
|
+
<link href="./css/rdoc.css" rel="stylesheet">
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
<body id="top" role="document" class="file">
|
22
|
+
<nav role="navigation">
|
23
|
+
<div id="project-navigation">
|
24
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
25
|
+
<h2>
|
26
|
+
<a href="./index.html" rel="home">Home</a>
|
27
|
+
</h2>
|
28
|
+
|
29
|
+
<div id="table-of-contents-navigation">
|
30
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
31
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
32
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
33
|
+
</div>
|
34
|
+
</div>
|
35
|
+
|
36
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
37
|
+
<form action="#" method="get" accept-charset="utf-8">
|
38
|
+
<div id="search-field-wrapper">
|
39
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
40
|
+
aria-autocomplete="list" aria-controls="search-results"
|
41
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
42
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
43
|
+
</div>
|
44
|
+
|
45
|
+
<ul id="search-results" aria-label="Search Results"
|
46
|
+
aria-busy="false" aria-expanded="false"
|
47
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
48
|
+
</form>
|
49
|
+
</div>
|
50
|
+
|
51
|
+
</div>
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
<div id="project-metadata">
|
56
|
+
<div id="fileindex-section" class="nav-section">
|
57
|
+
<h3>Pages</h3>
|
58
|
+
|
59
|
+
<ul class="link-list">
|
60
|
+
|
61
|
+
<li><a href="./Gemfile.html">Gemfile</a>
|
62
|
+
|
63
|
+
<li><a href="./Gemfile_lock.html">Gemfile.lock</a>
|
64
|
+
|
65
|
+
<li><a href="./Guardfile.html">Guardfile</a>
|
66
|
+
|
67
|
+
<li><a href="./README_md.html">README</a>
|
68
|
+
|
69
|
+
<li><a href="./README_md~.html">README.md~</a>
|
70
|
+
|
71
|
+
<li><a href="./Rakefile.html">Rakefile</a>
|
72
|
+
|
73
|
+
<li><a href="./Rakefile~.html">Rakefile~</a>
|
74
|
+
|
75
|
+
<li><a href="./bin/setup.html">setup</a>
|
76
|
+
|
77
|
+
<li><a href="./gema_gemspec.html">gema.gemspec</a>
|
78
|
+
|
79
|
+
<li><a href="./gema_gemspec~.html">gema.gemspec~</a>
|
80
|
+
|
81
|
+
<li><a href="./lib/gema_rb~.html">gema.rb~</a>
|
82
|
+
|
83
|
+
<li><a href="./lib/gema/dieta_rb~.html">dieta.rb~</a>
|
84
|
+
|
85
|
+
<li><a href="./lib/gema/lista_rb~.html">lista.rb~</a>
|
86
|
+
|
87
|
+
<li><a href="./lib/gema/lista_dll_rb~.html">lista_dll.rb~</a>
|
88
|
+
|
89
|
+
<li><a href="./lib/gema/version_rb~.html">version.rb~</a>
|
90
|
+
|
91
|
+
<li><a href="./spec/dieta_spec_rb~.html">dieta_spec.rb~</a>
|
92
|
+
|
93
|
+
<li><a href="./spec/herenciadieta_spec_rb~.html">herenciadieta_spec.rb~</a>
|
94
|
+
|
95
|
+
<li><a href="./spec/lista_spec_rb~.html">lista_spec.rb~</a>
|
96
|
+
|
97
|
+
<li><a href="./spec/spec_helper_rb~.html">spec_helper.rb~</a>
|
98
|
+
|
99
|
+
</ul>
|
100
|
+
</div>
|
101
|
+
|
102
|
+
</div>
|
103
|
+
</nav>
|
104
|
+
|
105
|
+
<main role="main" aria-label="Page README.md">
|
106
|
+
|
107
|
+
<h1 id="label-23TDD+Lista">#TDD <a href="Lista.html">Lista</a><span><a href="#label-23TDD+Lista">¶</a> <a href="#top">↑</a></span></h1>
|
108
|
+
|
109
|
+
<p>Desarrollo Dirigido por Pruebas para la clase <a
|
110
|
+
href="Lista.html">Lista</a></p>
|
111
|
+
<ul><li>
|
112
|
+
<p>Ejemplos con distintas decripciones y espectativas</p>
|
113
|
+
</li><li>
|
114
|
+
<p>Ejemplo de organización de distintos directorios</p>
|
115
|
+
</li><li>
|
116
|
+
<p>Ejemplo de <a href="Rakefile.html">Rakefile</a></p>
|
117
|
+
</li></ul>
|
118
|
+
|
119
|
+
<p>Javier Ramos Fernández</p>
|
120
|
+
</main>
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
<footer id="validator-badges" role="contentinfo">
|
125
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
126
|
+
<p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
|
127
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
128
|
+
</footer>
|
129
|
+
|
data/doc/README_md~.html
ADDED
@@ -0,0 +1,128 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>README.md~ - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<script type="text/javascript">
|
10
|
+
var rdoc_rel_prefix = "./";
|
11
|
+
</script>
|
12
|
+
|
13
|
+
<script src="./js/jquery.js"></script>
|
14
|
+
<script src="./js/darkfish.js"></script>
|
15
|
+
|
16
|
+
<link href="./css/fonts.css" rel="stylesheet">
|
17
|
+
<link href="./css/rdoc.css" rel="stylesheet">
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
<body id="top" role="document" class="file">
|
22
|
+
<nav role="navigation">
|
23
|
+
<div id="project-navigation">
|
24
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
25
|
+
<h2>
|
26
|
+
<a href="./index.html" rel="home">Home</a>
|
27
|
+
</h2>
|
28
|
+
|
29
|
+
<div id="table-of-contents-navigation">
|
30
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
31
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
32
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
33
|
+
</div>
|
34
|
+
</div>
|
35
|
+
|
36
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
37
|
+
<form action="#" method="get" accept-charset="utf-8">
|
38
|
+
<div id="search-field-wrapper">
|
39
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
40
|
+
aria-autocomplete="list" aria-controls="search-results"
|
41
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
42
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
43
|
+
</div>
|
44
|
+
|
45
|
+
<ul id="search-results" aria-label="Search Results"
|
46
|
+
aria-busy="false" aria-expanded="false"
|
47
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
48
|
+
</form>
|
49
|
+
</div>
|
50
|
+
|
51
|
+
</div>
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
<div id="project-metadata">
|
56
|
+
<div id="fileindex-section" class="nav-section">
|
57
|
+
<h3>Pages</h3>
|
58
|
+
|
59
|
+
<ul class="link-list">
|
60
|
+
|
61
|
+
<li><a href="./Gemfile.html">Gemfile</a>
|
62
|
+
|
63
|
+
<li><a href="./Gemfile_lock.html">Gemfile.lock</a>
|
64
|
+
|
65
|
+
<li><a href="./Guardfile.html">Guardfile</a>
|
66
|
+
|
67
|
+
<li><a href="./README_md.html">README</a>
|
68
|
+
|
69
|
+
<li><a href="./README_md~.html">README.md~</a>
|
70
|
+
|
71
|
+
<li><a href="./Rakefile.html">Rakefile</a>
|
72
|
+
|
73
|
+
<li><a href="./Rakefile~.html">Rakefile~</a>
|
74
|
+
|
75
|
+
<li><a href="./bin/setup.html">setup</a>
|
76
|
+
|
77
|
+
<li><a href="./gema_gemspec.html">gema.gemspec</a>
|
78
|
+
|
79
|
+
<li><a href="./gema_gemspec~.html">gema.gemspec~</a>
|
80
|
+
|
81
|
+
<li><a href="./lib/gema_rb~.html">gema.rb~</a>
|
82
|
+
|
83
|
+
<li><a href="./lib/gema/dieta_rb~.html">dieta.rb~</a>
|
84
|
+
|
85
|
+
<li><a href="./lib/gema/lista_rb~.html">lista.rb~</a>
|
86
|
+
|
87
|
+
<li><a href="./lib/gema/lista_dll_rb~.html">lista_dll.rb~</a>
|
88
|
+
|
89
|
+
<li><a href="./lib/gema/version_rb~.html">version.rb~</a>
|
90
|
+
|
91
|
+
<li><a href="./spec/dieta_spec_rb~.html">dieta_spec.rb~</a>
|
92
|
+
|
93
|
+
<li><a href="./spec/herenciadieta_spec_rb~.html">herenciadieta_spec.rb~</a>
|
94
|
+
|
95
|
+
<li><a href="./spec/lista_spec_rb~.html">lista_spec.rb~</a>
|
96
|
+
|
97
|
+
<li><a href="./spec/spec_helper_rb~.html">spec_helper.rb~</a>
|
98
|
+
|
99
|
+
</ul>
|
100
|
+
</div>
|
101
|
+
|
102
|
+
</div>
|
103
|
+
</nav>
|
104
|
+
|
105
|
+
<main role="main" aria-label="Page README.md~">
|
106
|
+
|
107
|
+
<p>#TDD <a href="Dieta.html">Dieta</a></p>
|
108
|
+
|
109
|
+
<h6 id="label-"><span><a href="#label-">¶</a> <a href="#top">↑</a></span></h6>
|
110
|
+
|
111
|
+
<p>Desarrollo Dirigido por Pruebas para la clase <a
|
112
|
+
href="Dieta.html">Dieta</a></p>
|
113
|
+
|
114
|
+
<pre>* Ejemplos con distintas decripciones y espectativas
|
115
|
+
* Ejemplo de organización de distintos directorios
|
116
|
+
* Ejemplo de Rakefile</pre>
|
117
|
+
|
118
|
+
<p>Javier Ramos Fernández Victoria Quintana Martí</p>
|
119
|
+
</main>
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
<footer id="validator-badges" role="contentinfo">
|
124
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
125
|
+
<p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
|
126
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
127
|
+
</footer>
|
128
|
+
|
data/doc/Rakefile.html
ADDED
@@ -0,0 +1,140 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>Rakefile - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<script type="text/javascript">
|
10
|
+
var rdoc_rel_prefix = "./";
|
11
|
+
</script>
|
12
|
+
|
13
|
+
<script src="./js/jquery.js"></script>
|
14
|
+
<script src="./js/darkfish.js"></script>
|
15
|
+
|
16
|
+
<link href="./css/fonts.css" rel="stylesheet">
|
17
|
+
<link href="./css/rdoc.css" rel="stylesheet">
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
<body id="top" role="document" class="file">
|
22
|
+
<nav role="navigation">
|
23
|
+
<div id="project-navigation">
|
24
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
25
|
+
<h2>
|
26
|
+
<a href="./index.html" rel="home">Home</a>
|
27
|
+
</h2>
|
28
|
+
|
29
|
+
<div id="table-of-contents-navigation">
|
30
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
31
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
32
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
33
|
+
</div>
|
34
|
+
</div>
|
35
|
+
|
36
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
37
|
+
<form action="#" method="get" accept-charset="utf-8">
|
38
|
+
<div id="search-field-wrapper">
|
39
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
40
|
+
aria-autocomplete="list" aria-controls="search-results"
|
41
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
42
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
43
|
+
</div>
|
44
|
+
|
45
|
+
<ul id="search-results" aria-label="Search Results"
|
46
|
+
aria-busy="false" aria-expanded="false"
|
47
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
48
|
+
</form>
|
49
|
+
</div>
|
50
|
+
|
51
|
+
</div>
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
<div id="project-metadata">
|
56
|
+
<div id="fileindex-section" class="nav-section">
|
57
|
+
<h3>Pages</h3>
|
58
|
+
|
59
|
+
<ul class="link-list">
|
60
|
+
|
61
|
+
<li><a href="./Gemfile.html">Gemfile</a>
|
62
|
+
|
63
|
+
<li><a href="./Gemfile_lock.html">Gemfile.lock</a>
|
64
|
+
|
65
|
+
<li><a href="./Guardfile.html">Guardfile</a>
|
66
|
+
|
67
|
+
<li><a href="./README_md.html">README</a>
|
68
|
+
|
69
|
+
<li><a href="./README_md~.html">README.md~</a>
|
70
|
+
|
71
|
+
<li><a href="./Rakefile.html">Rakefile</a>
|
72
|
+
|
73
|
+
<li><a href="./Rakefile~.html">Rakefile~</a>
|
74
|
+
|
75
|
+
<li><a href="./bin/setup.html">setup</a>
|
76
|
+
|
77
|
+
<li><a href="./gema_gemspec.html">gema.gemspec</a>
|
78
|
+
|
79
|
+
<li><a href="./gema_gemspec~.html">gema.gemspec~</a>
|
80
|
+
|
81
|
+
<li><a href="./lib/gema_rb~.html">gema.rb~</a>
|
82
|
+
|
83
|
+
<li><a href="./lib/gema/dieta_rb~.html">dieta.rb~</a>
|
84
|
+
|
85
|
+
<li><a href="./lib/gema/lista_rb~.html">lista.rb~</a>
|
86
|
+
|
87
|
+
<li><a href="./lib/gema/lista_dll_rb~.html">lista_dll.rb~</a>
|
88
|
+
|
89
|
+
<li><a href="./lib/gema/version_rb~.html">version.rb~</a>
|
90
|
+
|
91
|
+
<li><a href="./spec/dieta_spec_rb~.html">dieta_spec.rb~</a>
|
92
|
+
|
93
|
+
<li><a href="./spec/herenciadieta_spec_rb~.html">herenciadieta_spec.rb~</a>
|
94
|
+
|
95
|
+
<li><a href="./spec/lista_spec_rb~.html">lista_spec.rb~</a>
|
96
|
+
|
97
|
+
<li><a href="./spec/spec_helper_rb~.html">spec_helper.rb~</a>
|
98
|
+
|
99
|
+
</ul>
|
100
|
+
</div>
|
101
|
+
|
102
|
+
</div>
|
103
|
+
</nav>
|
104
|
+
|
105
|
+
<main role="main" aria-label="Page Rakefile">
|
106
|
+
|
107
|
+
<p>require “bundler/gem_tasks” require “rspec/core/rake_task”</p>
|
108
|
+
|
109
|
+
<p>task :default => :spec</p>
|
110
|
+
|
111
|
+
<p>desc “Ejecutar las espectativas de la clase Lista” task :spec do</p>
|
112
|
+
|
113
|
+
<pre class="ruby"><span class="ruby-identifier">sh</span> <span class="ruby-string">"rspec -I. spec/lista_spec.rb spec/dieta_spec.rb"</span>
|
114
|
+
</pre>
|
115
|
+
|
116
|
+
<p>end</p>
|
117
|
+
|
118
|
+
<p>desc “Ejecutar las espectativas de la clase Dieta” task :rspec do</p>
|
119
|
+
|
120
|
+
<pre class="ruby"><span class="ruby-identifier">sh</span> <span class="ruby-string">"rspec -I. spec/dieta_spec.rb"</span>
|
121
|
+
</pre>
|
122
|
+
|
123
|
+
<p>end</p>
|
124
|
+
|
125
|
+
<p>desc “Ejecutar con documentacion” task :doc do</p>
|
126
|
+
|
127
|
+
<pre class="ruby"><span class="ruby-identifier">sh</span> <span class="ruby-string">"rspec -I. spec/dieta_spec.rb --format documentation"</span>
|
128
|
+
</pre>
|
129
|
+
|
130
|
+
<p>end</p>
|
131
|
+
</main>
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
<footer id="validator-badges" role="contentinfo">
|
136
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
137
|
+
<p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
|
138
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
139
|
+
</footer>
|
140
|
+
|