I\'m new to Ruby, and I\'ve been trying to learn Rake, RSpec, and Cucumber.I found some code that will help me test my Rake tasks, but I\'m having trouble getting it开发者_Go百科 to work.I was told he
I\'m looking at a cucumber test suite that is somewhat brittle right now; many small steps, and no knowledge of the page itself.
According to rake routes, there\'s the same path for getting an index of objects as there is for creating a new object:
I\'m having trouble implementing this step: Given \"I am logged in as a Facebook user\" do end The best suggestions I can find on the web (http://opensoul.org/2009/3/6/testing-facebook-with-cucumb
I have an application using the SentientUser gem to provide the current user to my models.On top of that I\'m using default scoping to ensure that a user can only ever access data that they own.So a t
I\'m new to Watir and I\'ve having a little trouble get开发者_Python百科ting logged in in my tests. I use authlogic as my authentication method of choice. When a User registers, they are sent an email
At the beginning this worked fine: $ rake cucumber:all But then $ script/plugin install git://github.com/bmabey/email-spec.git
I need to test an autocomplete field with cucumber. How can I do that? I tried Scenario: Using Autocomplete
I\'m trying to run cucumber features with factory girl factories on a fresh Rails 3 application. Here is my Gemfile:
I\'m building out a medium-sized application using Sinatra and all was well when I had a single app.rb file and I followed Aslak\'s guidance up on Github: