Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Can I set rspec --format documentation as the default?

Rails RSpec Testing: Undefined method 'deliver' for nil:NilClass

Pundit authorisation using service objects

Testing a controller which includes ActionController::Live

Feature specs fail only on CircleCI or Codeship continuous integration services

Getting Rails 3 Generators with Rspec 2 and Mocha

Rspec: Transactional fixtures do not work after upgrading to rails 4

Rspec with headless Chrome/Chromium on Alpine Linux

ruby-on-rails rspec alpine

How to structure my RSpec test folders, files and database?

how to access has_many models that is created in before clause

Specs pass locally, but fail for Travis CI

stub_chain together with should_receive

How to test that a before_filter works correctly with RSpec in Rails

ruby-on-rails rspec

Capybara + Webkit: How to test client side validations - "required" input elements?

Stub unimplemented method in rspec

RSpec - mocking a class method

Which style,lambda..should or expect..to, is preferred for testing expectations in RSpec?

ruby rspec rspec2

RSpec shared examples must not be shared

ruby-on-rails rspec

What's the difference between stub_model and mock_model in RSpec?