I know I\'ve had this problem before so I\'m really frustrated. I\'ve got the Ruby RSpec bundle installed for TextMate, but when I Run Behaviour Description or Run Focused Example I get this wonderfu
I want to make 开发者_JAVA百科it so I can just type script/generate controller and it will run script/generate rspec_controller. How can I do this?Do you mean that you want it:
I am trying to use rspec on my rails application I run \"spec path/to/spec/spec.rb\" and it appears to do nothing and returns nothing.I receive no error
Ok, so I\'ve ran into a very strange issue, directly connected with before blocks. I\'m doing a integration testing via Watir and RSpec. For a simple test to check if user can perform a login I\'m cre
I am running Rails 3 Beta2 and attempting to get Autotest working with rspec. When I run autospec, I receive the following message:
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 trying to write some tests (RSpec) against the AppEngine and its datastore. I\'ve tried to load the environment and tests via:
I\'m creating a gem that will generate a controller for the Rails app that will use it. It\'s been a trial and error process for me when trying to test a controller. When testing models, it\'s been pr
I\'m trying to put some specs around a new rails 3 project I am working on, and my first test doesn\'t seem to be able to find a model.
I\'m not new to Rails or Rspec, but I\'m new to making gems. When I test my controllers, the REST methods \"get\", \"post\", \"put\", \"delete\" give me an undefined method error.