Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec-rails

Rspec Mocks on any_instance with exactly(n) times

Rspec stubing view for anonymous controller

RSpec: Flush table / destroy objects after each context

Testing Default scope in RSpec

Factory Girl / Capybara deleting records from database mid-test?

Tracing memory leak in Ruby on Rails 3 / Postgres / Apache Passenger application

Circular Dependency Error in Rails 4 during Rspec Request Specs

What's `rspec/autorun` for?

method stubbing on before(:all)

rspec rspec-rails

Rspec 3 upgrade issues with view.stub (Rails)

Why after_commit not running even with use_transactional_fixtures = false

factory girl passing arguments to model definition on build/create

How to rspec mock open-uri?

rspec-rails

How to properly test ActiveJob's retry_on method with rspec?

What's the Difference between the Rspec and Rspec-Rails Gem?

How to mock and stub active record before_create callback with factory_girl

Mocking chain of methods in rspec

Rspec 3.6, Rails 5 error: wrong number of arguments (given 2, expected 1) for `post` request

What does Passing a template handler in the template name is deprecated. mean?

Login Failure when Testing with Capybara, Rspec and Selenium in Rails 3.1