Skip to content

Commit 664f0d0

Browse files
author
David Padilla
committed
Updated README
1 parent b10b257 commit 664f0d0

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.markdown

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The only difference with the original helper is that you must specify the autoco
171171
I have created a step to test your autocomplete with Cucumber and Capybara, all you have to do is add the following lines to your *env.rb* file:
172172

173173
require 'cucumber/autocomplete'
174-
174+
175175
Then you'll have access to the following step:
176176

177177
I choose "([^"]*)" in the autocomplete list
@@ -208,8 +208,23 @@ You need to have an instance of MongoDB running on your computer or all the mong
208208

209209
rake test
210210

211+
## Integration tests
212+
213+
If you make changes or add features to the jQuery part, please make sure
214+
you write a cucumber test for it.
215+
216+
You can find an example Rails app on the *integration* folder.
217+
218+
You can run the integration tests with the cucumber command while on the
219+
integration folder:
220+
221+
cd integration
222+
cucumber
223+
211224
# Changelog
212225

226+
* 0.6.1 Allow specifying fully qualified class name for model object as an option to autocomplete
227+
* 0.6.0 JS Code cleanup
213228
* 0.5.1 Add STI support
214229
* 0.5.0 Formtastic support
215230
* 0.4.0 MongoID support

0 commit comments

Comments
 (0)