How to mix a module into an rspec context...
Read MoreHow to use the test database with Capybara?...
Read Moreundefined method `has_db_column?' for #<Notification:0xcc2b350>...
Read MoreRSpec fails when matching two classes, even though the classes are _identical_...
Read MoreIn RSpec I want to replace argument to a method call...
Read MoreWhat's difference between Factory.build and Factory.attributes_for?...
Read MoreWhat's the right way to modify the params passed to controller in rails 3.1.0?...
Read MoreTesting Rails 3 respond_with with RSpec...
Read MoreRSpec: Testing out models with methods that call update_attributes...
Read MoreRedirect program's output somewhere else when running RSpec...
Read MoreManually reconnecting to the database in Rails tests...
Read MoreHow to rspec join record in many-to-many in rails 3.1.0...
Read MoreTest that associated model has been built?...
Read Moretesting logging in function of sorcery using rspec in rails 3.1...
Read MoreHow to DRY (these) RSpec tests using custom matcher...
Read Morehow do I get my logger messages to go to a file when testing a controller with rspec?...
Read MoreDefine stub/mock expectation/should_receive in one line?...
Read Morevalidates with :if condition failed in rspec...
Read MoreHow to test a scenario that requires javascript to complete?...
Read MoreMock external class in Rails controller spec...
Read MoreRSpec: undefined method `double' for #<RSpec::Core::ExampleGroup::Nested_1:0x007fcc2f626d50&g...
Read MoreMake RSpec destroy records rather than delete them...
Read MoreRSpec testing non validating has_many through relationship...
Read Moresession object in rspec integration test...
Read MoreHow do I undo File System changes made in my Rails/RSpec tests?...
Read MoreTesting mocked model with RSpec2 returning 0 items and no response body...
Read MoreHow to reuse test doubles used across many controller specs...
Read MoreStubbing ActiveRecord dynamic finders with RSpec...
Read More