On Sat, Apr 11, 2009 at 8:04 PM, Tadatoshi Takahashi <li...@ruby-forum.com> wrote: > David Chelimsky wrote: >> On Thu, Apr 9, 2009 at 7:37 PM, Tadatoshi Takahashi >> <li...@ruby-forum.com> wrote: >>> what to do. >>> �User.create!( :first_name => 'quire', >>> >>> map.login '/login', :controller => 'sessions', :action => 'new' >>> >>> Without login_required and the step above, the Cucumber scenario was >>> successfully run. But after I put login_required and the step above, >>> Cucumber cannot locate a field (its value is filled in text field). >> >> Where are you putting login_required? > > Hi, David. > > I am sorry for the late reply. > > The login_required I put is actually before_filter in the controller, > e.g. > before_filter :login_required. > Basically, if I disabled restful_authentication by commenting it out, > all the steps in Cucumber passed. But when I enabled it (putting the > before_filter above), Cucumber failed at one step. > > I don't necessary have a time to dig into the codes inside Cucumber and > RSpec. So if there is a code that works, I would like to just use it and > continue with Behaviour-Driven Development.
I haven't personally set up any apps with restful_authentication and Cucumber. Is there anybody else on this who has who can help Tadatoshi out? > > Thank you. > > Tadatoshi > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users