Dear list,
Today I am working through the simple tutorial here:
http://wiki.github.com/aslakhellesoy/cucumber/ruby-on-rails
It has me install Cucumber-Rails and then create a feature.
Then I watch the feature fail when I run
rake cucumber
Then I watch the feature pass after I implement some code with the
help of:
script/generate rspec_scaffold Frooble name:string color:string
description:text
So I am happy.
I am curious though.
I'd like to have a browser appear and act-as-robot-driven.
This is convenient for my development efforts.
It allows me to rapidly create a development state inside a controller
and then halt the controller with a debugger statement.
Then I attach my mind to that state and tinker with values of
variables and snippets of code.
This is behavior I observed on a Rails project I wrote back in late
2009.
Back then I was using this combination of gems:
- cucumber 0.6.x
- rspec-rails-1.2.9
- Selenium-1.1.14
So, here is my question:
Using this combo of gems, is it possible to have a browser appear and
act-as-robot-driven:
cucumber (0.7.3)
cucumber-rails (0.3.1)
capybara (0.3.5)
???
_______________________________________________
rspec-users mailing list
rspec...@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
--
You received this message because you are subscribed to the Google Groups "rspec" group.
To post to this group, send email to
rs...@googlegroups.com.
To unsubscribe from this group, send email to
rspec+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rspec?hl=en.