forked from nando/mundo-pepino
-
Notifications
You must be signed in to change notification settings - Fork 0
/
History.txt
134 lines (115 loc) · 4.92 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# encoding: UTF-8
== 0.2.2 2010-5-17
* Two new 'es_ES' steps courtesy of Paco Guzmán:
* Set values of an existing resource using a step table. More info at:
features/es_ES/contexto-asignacion-de-valores-en-recurso-desde-fit-table.feature
* Check if something is "readable" in the current page (content without
markup). More info at:
features/es_ES/veo-etiqueta-con-los-siguientes-textos.feature
* One bugfix: user page mappings over MundoPepino Page Interpretation TM.
* Other minor bugfixes.
== 0.2.1 2010-4-16
* Two minor changes:
* Capybara extensions automagically loaded if Capybara is present
* Capybara/Webrat dependency managed at run time
== 0.2.0 2010-3-5
* Two great features by Paco Guzman (thanks Paco!!!)
* Ready for Cucumber 0.6.2
* Capybara support
== 0.1.10 2010-1-19
* Cucumber dependency freezed to 0.4.4
== 0.1.9 2009-12-7
* Support for assignments in "has_one" child (of an explicit or refered
resource).
* Revisited exceptions: tests & fixes
* "Veo el _campo_ con _valor_" expanded (no need to use "el valor" or "el
texto" between de field and the value.
== 0.1.8 2009-11-24
* New page interpretation (es_ES):
* Page of a mentioned resource of a given model. Examples:
Dado que estoy en la página de dicha propuesta
Cuando voy a la página de dicha propuesta
Cuando hago click en el enlace la página de dicha propuesta
Debo ver un enlace a la página de dicha propuesta
Debería estar en la página de dicha propuesta
* Some spanish definitions expanded:
* _pulso_ : "hago click en"
* _visito_ : "voy a"
* BD value checks surrounded by sigle quotes
== 0.1.7.1 2009-11-23
* Removed string-mapper code from vendor/plugins of the test app
== 0.1.7 2009-11-23 ("Conferencia Rails'09 & Gemcutter moving" Release)
* Removed path_to method sensitivity: if present, ignored (uses url_mappings)
* README_es: MP philososy and its pros and cons
* New step definition to add/edit nested attributes (out of the box!)
* Improvements in some spanish matchers:
* I see the text WITHIN a selector
* I follow the link WITHIN a selector
* Four step definitions share "page interpretation" logic through
url_mappings. Those steps definitions are:
* I see the link
* I follow the link
* I visit the page
* I should be in the page
Page interpretation includes:
* the index page of a resource
* the creation page of a resource
* the edition page of a resource
* the page of an specific resource (through its "name")
* the page of a mentioned resource
* a page relavite to the current one (next or previous)
* a specific path/url optionally written with a natural name
* 2 new english matchers:
* When I visit the page
* Then I see the text
* 1 IMPORTANT behaviour CHANGED:
* If a given resource has not been mentioned in the scenario, MP tries to
get it from DB.
* Generators include some page mapping (url_mappings) examples
* Added support to assign at a has_many field which asociated belongs_to has
not the name of the model
* Bunch of bugfixes to celebrate RConf!
== 0.1.6 2009-11-13 ("Iria's half year old!" release)
* 1 new step definition w/ es_ES matcher:
* I fill field of a nested attribute
* 1 convention changed:
* 'name' is the literal to map for 'the name field' of a model ('nombre' is
now deprecated)
* README_es improvements:
* MundoPepino philosofy added,
* Sections swapping (to give more relevance to steps definitions than to
dependendies)
== 0.1.5 2009-11-09
* Fixed bug in children search if their name field it's not "name" (by Paco
Guzman).
* Dynamic load and refactoring of Matchers::Fragments delegation
* 5 new step definitions in es_ES:
* I press the following sequence of links and/or buttons + fit table
* Given I am on _page_
* Then I should be on _page_
* Then the field _field_ should|should-not contain _value_
* Resource at BBDD should have an specific number of children (Paco Guzman's
issue)
* Extended es_ES "I select _x_ from _y_" step definition.
* Spork reference at README_es (by Gaizka).
== 0.1.4 2009-10-30
* Added generator mundo_pepino_steps like mundo_pepino but creating a copy
of the step definitions in features/step_definitions.
* Regexp fragment declarations wrapped in MundoPepino::Matchers::Bites
== 0.1.3 2009-10-27
* path_to method sensitivity: if present, url_mappings are disabled
* Configuration as Rails teach me: MundoPepino.configure
* Possibility to map to dynamic values with access to the World
== 0.1.2 2009-10-20
* 2 major enhancements
* 1 new step definition matcher in English (en_US)
* Simple instance creation (simple-creation.feature)
* 2 new step definitions and matchers in es_ES:
* Simple asignment of a has_many field in an specific resource
* Asignment of a has_many field in an specific resource from an step-table
== 0.1.1 2009-10-07
* 1 Bugfix:
* Added missed gem dependencies
== 0.1.0 2009-09-30
* 1 major enhancement:
* Initial gem release