Testing controllers with Minitest...
Read MoreHow can I specify https protocol in routing spec with rspec?...
Read Moreweird RSpec behavior when runnig controller spec and retrieving last record...
Read MoreHow to check if controller response has link?...
Read MoreHow would I test a param is getting modified in a RSpec controller test?...
Read MoreWay to use postgresql and avoid testunit by default in rails 3.2?...
Read MoreHow to test uniqueness of Coupon/Promo-Codes?...
Read MoreHow to use @valid_attributes in a before block in rails 3 and rspec?...
Read Moretrouble getting started with requests testing...
Read MoreBest way to debug rspec integration tests with capybara?...
Read MoreWhy do I get "undefined method `visit'"?...
Read MoreHow to mock chained associations in rails and rspec?...
Read MoreRails Tutorial: Chapter 8.1.5 error (rendering with a flash message; listings 8.11 and 8.12)...
Read MoreRack::Test PUT method with JSON fails to convert JSON to params...
Read Morewhy different variables within RSpec?...
Read Morerspec - how to test for a model attribute that is not a database column...
Read Morehow to tell Rails RSpec that spec is "type helper"...
Read MoreRSpec uniqueness email test fails with FactoryGirl...
Read MoreUninitialized constant error in Rspec with Rails 3.0.5...
Read MoreHow do I initialize a model table w/RSpec so external processes can see the contents of the table?...
Read MoreArbitrary attributes error with has_one association and Factory Girl...
Read Morerspec-rails + rabl rendering views even if I don't want them to be rendered?...
Read MoreRuby on Rails 3 Tutorial - Ch. 3; Sec. 3 - "undefined method `describe' for PagesController...
Read Morerspec reloading object clears has_many collection...
Read MoreActionMailer::Base.deliveries always empty in Rspec...
Read MoreRSpec: Using view.should_receive with subject...
Read Moreany_instance should_receive not working correctly...
Read MoreFile upload, factory_girl & database_cleaner...
Read More